Loading Tool

Explorer IconExplorer

Memory Pool

51,333 transactions
30.94 vMB
0.16026911 BTC
Random Selection Loading Transactions
Max Size: 165.86/200 MB

Candidate Block

Mining Attempt 5a835ab46ae7735106fe3dda73824063f42a0e6afe10d5f242f559fd4366afd2
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root faa7ec7961a547cd44ab083c97cfc3e3b422980cb83becf3aac4ff93699a3591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.08381815 BTC
Feerates: 200.91 > 8.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (412,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,444 502,444 00000000000000000032b34bd0d2a95ab1c66477832001bb3aac3e09e4a0e72e 3,365 1.00/1.00 vMB 544
502,443 502,443 0000000000000000007a0eccc5367813f8bbf1ecc7b61135ec5bacd04ca933e6 2,713 1.00/1.00 vMB 455
502,442 502,442 00000000000000000043f2392131e59bb4a07a706b6e894a712008dda97c7e8e 2,881 1.00/1.00 vMB 476
502,441 502,441 0000000000000000007c0c9d08c53fb68c2471f166fa9c3d4227560a018e9512 3,255 1.00/1.00 vMB 495
502,440 502,440 0000000000000000000028b82bc527078b4dfc3fdd0558868da32dbd6112c3aa 2,219 1.00/1.00 vMB 655
502,439 502,439 00000000000000000065b3edb378a68a6d59eacf2ed467c9c8d6b833934e960e 2,986 1.00/1.00 vMB 668
502,438 502,438 0000000000000000002623377fbf4f22f0c218e2428de96f501874b74a042e24 3,313 1.00/1.00 vMB 508
502,437 502,437 000000000000000000069d522d2b1ddacd15028b8a94d8b5ae3d579d0bf318c4 2,350 1.00/1.00 vMB 392
502,436 502,436 000000000000000000204f5f4a4e0295bacfc7435e8b25218c3bbb2847f8e02f 2,240 1.00/1.00 vMB 329
502,435 502,435 0000000000000000000cc801855001ab9b8c54fbaab2b3aac4ce8ce2441fc0c0 2,570 1.00/1.00 vMB 396
502,434 502,434 00000000000000000039f42012eee84d0ec3f6556ab46d409fca8c2120069ef3 2,718 1.00/1.00 vMB 414
502,433 502,433 0000000000000000007b3c1d26743c260d2b4e9dc894a2fe657c7be43b0e7eb7 3,475 1.00/1.00 vMB 545
502,432 502,432 00000000000000000028286631bcc6a98f71189e2c4eb1940933f6ea1aa33b00 3,443 1.00/1.00 vMB 522
502,431 502,431 00000000000000000025cc20e0ea6f245028af6bdcba1c6607f0c6981da6ffc2 2,930 1.00/1.00 vMB 512
502,430 502,430 00000000000000000001bcb936aaeccccebbc562d8cbb793798288bfcd572705 3,231 1.00/1.00 vMB 456
502,429 502,429 00000000000000000039a330de8c3146f93542af963642db77965defa61a0e3e 2,981 1.00/1.00 vMB 581
502,428 502,428 0000000000000000008a7a82656f1d0ebf6f4aa0b42e2bf62967287a0fea401d 1,917 1.00/1.00 vMB 805
502,427 502,427 000000000000000000563318818d8d1124a26248b8abbefaa6619f7f1b4baaa6 2,408 1.00/1.00 vMB 460
502,426 502,426 00000000000000000020c60222099aaebc6e7795784f74628ec640b223d3d339 3,189 1.00/1.00 vMB 487
502,425 502,425 0000000000000000002e0350f057215ca847eb62d1422695f912a6866472340e 2,912 1.00/1.00 vMB 513
502,424 502,424 0000000000000000006ab8b41a09bbb897c93423dacab7b21821f06ec778d2b9 3,367 1.00/1.00 vMB 473
Previous 10 blocks ↓
Total Size: 782.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.31 GB
    • Received: 13.53 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.