Loading Tool

Explorer IconExplorer

Memory Pool

78,760 transactions
29.50 vMB
0.06897514 BTC
Random Selection Loading Transactions
Max Size: 177.31/200 MB

Candidate Block

Mining Attempt 922f45d3904f9b2dc86cd96b7bc6f0e11b601dc619abcfb87c29d96c1cffdf40
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root edcc6594d95ca986ed4e803981f6ddc8d9c73ef0a7f0e5e2b2ceb7dc095c11a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,835
Size: 1.00 vMB
Total Fees: 0.00903589 BTC
Feerates: 50.25 > 0.91 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (127,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,141 787,141 0000000000000000000095481e7cc7dab82506236a600b0eae0a5a54a5b45913 2,411 1.00/1.00 vMB 20
787,140 787,140 000000000000000000030dc53e272524eab9eb672d3f673b1a0c0d9b3ca6ea76 3,775 1.00/1.00 vMB 29
787,139 787,139 000000000000000000014a7b3587a3843c44652f27405eab2f421f718d039027 3,001 1.00/1.00 vMB 29
787,138 787,138 00000000000000000004e2e82d17a5ae51fb8fe295c11c1da7eda538fa30672e 2,706 1.00/1.00 vMB 30
787,137 787,137 00000000000000000005483de9393ee2c9561c1e2923dfe761617a6709964f56 2,821 1.00/1.00 vMB 25
787,136 787,136 00000000000000000002510110457811a82a84f6ef621c635a1e6808e21a6df4 1,493 1.00/1.00 vMB 25
787,135 787,135 000000000000000000040eb91041d85c456c2010e5a958211a16e4f2cc38c9a1 3,869 1.00/1.00 vMB 38
787,134 787,134 00000000000000000005b291be15b5ce6e7a3f1fe1c2e7534de59e78f7321bfd 2,355 1.00/1.00 vMB 49
787,133 787,133 0000000000000000000408964df029b4fbda140ee5f416aa6d9264149885e147 3,229 1.00/1.00 vMB 32
787,132 787,132 00000000000000000004b066be9afad138a16071de87fb1feb0de86de7998f4b 1,609 1.00/1.00 vMB 48
787,131 787,131 00000000000000000003febf9219fa245eeba7124ec1dbf7ec4d5897929ea31d 1,905 1.00/1.00 vMB 27
787,130 787,130 00000000000000000003b3379375fd5e8a255b3002399a547d8f9d481760d706 3,421 1.00/1.00 vMB 25
787,129 787,129 00000000000000000001ddf1b2c637655f1118c1bc28f8666bab567ca55cf3f5 3,161 1.00/1.00 vMB 27
787,128 787,128 00000000000000000003c586da0d6ffc5a91253692dc95cc375c1aa434856421 3,750 1.00/1.00 vMB 37
787,127 787,127 000000000000000000034be3f3d5417ee7e4eaf2434ee69fe951889785ce4cba 3,542 1.00/1.00 vMB 43
787,126 787,126 0000000000000000000345c246dd413962791c0a9eb58108bfc9ab87b64a4df7 3,581 1.00/1.00 vMB 32
787,125 787,125 0000000000000000000276906eedafc74811d7cbc9715c6d7b4e0ee28664b450 3,073 1.00/1.00 vMB 47
787,124 787,124 00000000000000000000e581a93d04714123b08b2ae272480fcd544f366226a9 3,761 1.00/1.00 vMB 31
787,123 787,123 00000000000000000004556e3194a1d51f73ab8f6f1bee0cd503028058dc9e1a 3,584 1.00/1.00 vMB 39
787,122 787,122 00000000000000000004b542c58c16c5b2039c61519de734b9ac18380df7f8be 4,094 1.00/1.00 vMB 37
787,121 787,121 0000000000000000000211965e08916d17a36ab4d74f7faa9fd3bd89d1752218 2,911 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.