Loading Tool

Explorer IconExplorer

Memory Pool

76,993 transactions
28.72 vMB
0.07695235 BTC
Random Selection Loading Transactions
Max Size: 173.75/200 MB

Candidate Block

Mining Attempt 3e0d75a77eebe1ebeda39575c888c8c62a24103af2404f5a8eb36581c073ebd4
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 84a8a6e455b58b2a0cb3a25b3f0523faf9743a32804d01cf4de7a209d6ae7722
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,034
Size: 1.00 vMB
Total Fees: 0.01713967 BTC
Feerates: 100.17 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (519,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,192 395,192 0000000000000000073e585a36f25fca7aeb0bc69b0f90ce20e61b6ce44c5935 1,658 0.77/1.00 vMB 43
395,191 395,191 00000000000000000547e4373891ba56506416bb19170a90f031ef6421bac876 703 0.39/1.00 vMB 37
395,190 395,190 0000000000000000030b0b71a01ce6733858f49f260b2793f9cba9ef8dc43e17 737 0.69/1.00 vMB 23
395,189 395,189 0000000000000000051e51f085a48aef1978406cead8257ecf4b4ecf289e7cf5 2,356 0.95/1.00 vMB 49
395,188 395,188 0000000000000000054054abbb14b6b01303902747d08e87df68f32d764184bd 1,234 0.98/1.00 vMB 17
395,187 395,187 000000000000000006ffbb94afc4c271f9dcb4ae10eee2aae18c909f30ed97b7 620 0.33/1.00 vMB 36
395,186 395,186 000000000000000005e53f6782fcf66cf8e97fabd2b09db82bd2ea234d11d18a 1,413 0.61/1.00 vMB 46
395,185 395,185 00000000000000000564a94b4499d22bcebab9d9920442ded0e4e2b197741163 379 0.19/1.00 vMB 35
395,184 395,184 000000000000000003b7ba7b3ab2df759220cc3b9084137b706f27c6ef202fc4 1,141 0.54/1.00 vMB 42
395,183 395,183 000000000000000006ab9b7cfa7f947514076bc9c07e4bcf1d30021a3076030b 217 0.58/1.00 vMB 7
395,182 395,182 0000000000000000025c936108a40f5dfdf2b1026b5ac633d693c93f936a918e 1,426 0.92/1.00 vMB 32
395,181 395,181 000000000000000002b521f35e575a773975ff76fcc16122b7db8683a3e897c1 1,262 0.75/1.00 vMB 35
395,180 395,180 0000000000000000083dd15ea39ea41ac22a3f9ef3b1e5e988f5fe581f50a907 649 0.75/1.00 vMB 15
395,179 395,179 00000000000000000214e98dd78a481f9cc6b4be4d6e842ba7d9260723664d6a 2,055 0.93/1.00 vMB 42
395,178 395,178 0000000000000000064265783c95e6a3cdcb5bb5596df01eae1a73f6dd317295 1,247 0.95/1.00 vMB 26
395,177 395,177 0000000000000000020cd385961791c81449216aa2e1783c3d6e62ee1471a4b3 1,482 0.95/1.00 vMB 32
395,176 395,176 000000000000000008f876c655f1aa7fe7e6abe3c7e88ed874cc4dbe509da5f1 74 0.05/1.00 vMB 0
395,175 395,175 0000000000000000034003511686212c732ae6c43bbd10c132f0a8c2f3ea51b6 2,098 1.00/1.00 vMB 49
395,174 395,174 00000000000000000466139e16be0d665317fbf1eb79a480dd18f483730afd3c 1,638 1.00/1.00 vMB 26
395,173 395,173 0000000000000000014ddc0f49292c87e1adfd72e4a4516d24a0b0ba45b7dcfa 638 0.91/1.00 vMB 22
395,172 395,172 0000000000000000053b3e038a614024e594883b718b6e750b3949612c283d50 1,036 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.12 GB
    • Received: 16.15 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.