Loading Tool

Explorer IconExplorer

Memory Pool

19,232 transactions
4.77 vMB
0.00935533 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.01/200 MB

Candidate Block

Mining Attempt 6ea34e964b3cfbc7df80d9d973f81d662a6b47f2622776ca63cad7bee4f37e76
Version 20000000
Previous Block 000000000000000000004f4a31c86ff2b110eb09516753e59b0af3c3c6772a4e
Merkle Root 47878bc2596b47cfd5df7b5813ab3654348cccf1e7503eebbb38840d9e735ac6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,413
Size: 1.00 vMB
Total Fees: 0.00298641 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,501 (770,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,265 143,265 000000000000040e76e39a6da0e2cb9526ad028e37278377325b37a10e376a84 38 0.03 vMB 92
143,264 143,264 00000000000005c4c9aab326e32dd8d86edc6760d31a172c312f51955b56ccb9 31 0.01 vMB 103
143,263 143,263 000000000000085cb9d84d3fe1b496b548341c67d5e10db261641c2c61563f6d 13 0.00 vMB 222
143,262 143,262 000000000000036287421097bc4056d6dc6d1cc6d9b059ac3ce077120f5e6a08 14 0.01 vMB 52
143,261 143,261 0000000000000270b31720eef55ff2148728b6812eee60baa79d1fd0d8fe6c75 106 0.03 vMB 41
143,260 143,260 00000000000008a9f43eb348b5773bc22409db8a22ab92a1011af036d257e90e 8 0.01 vMB 601
143,259 143,259 000000000000001077e2f6debac46fe92f56c83a8d721f107bda896c835795d2 38 0.01 vMB 14
143,258 143,258 000000000000033b521fad1f55d2a59bef929fee4f10b7252742619396d6674a 70 0.05 vMB 78
143,257 143,257 00000000000002d4d52a591f3e0cfec781d0fbf6e374288ce709333ed6701668 125 0.05 vMB 329
143,256 143,256 000000000000004715cfa3003f36f74a4ab10711fe462f47e5ff02705178888e 8 0.00 vMB 1,036
143,255 143,255 00000000000006bb564ba810b3e779a2200d02b7c7f865ba4ea222b0375f29fd 16 0.01 vMB 71
143,254 143,254 00000000000000a57b15ce5e0cd8cfce030d7c47448e61fb9be212ee9a31a888 102 0.05 vMB 181
143,253 143,253 0000000000000118d296ef8dcc507e6af0989e0e4b2517a6629b341667505894 8 0.00 vMB 46
143,252 143,252 00000000000004840e6fae9d5090fdf2dda40f1b2ad5682683ac17610fbeff86 10 0.00 vMB 0
143,251 143,251 000000000000011ae227339c6923b8dcc1549a8b663445249bb7a90fb6214f4e 65 0.03 vMB 205
143,250 143,250 00000000000005e2d70e1a5bd2c1a9d714220634838ed93b7e9b959bc7529df6 23 0.01 vMB 98
143,249 143,249 000000000000091fe2db36ff4f69b4f729fa2392337d09e7d1ca8836eb63c852 21 0.01 vMB 456
143,248 143,248 00000000000000ebe6d48e023510197e51252a8606c0f492aabda2a462c3ab21 37 0.04 vMB 65
143,247 143,247 0000000000000605c1fed7290c9681a6079e20b58621bfd372ae591795aceed7 20 0.01 vMB 70
143,246 143,246 00000000000004bc5f083055baf47b7a0bcad5738744729b9ac917fb06fc7d3f 5 0.00 vMB 553
143,245 143,245 000000000000020a3d5852a95880568277514acef2eaac39f71947ce1031079c 85 0.03 vMB 46
Previous 10 blocks ↓
Total Size: 779.73 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: 370.78 GB
    • Received: 1.80 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.