Loading Tool

Explorer IconExplorer

Memory Pool

86,897 transactions
31.77 vMB
0.11632003 BTC
Random Selection Loading Transactions
Max Size: 192.35/200 MB

Candidate Block

Mining Attempt 84bf3581dd92c3b697a3b33939dd6894e35c9f89703e742e9340d5c6e24398fc
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 41e5f50f6662a0193f5dce2a7bfeaaeaf8ff61a9e5a5c8abccf7788912d51738
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03495302 BTC
Feerates: 547.69 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (256,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,384 658,384 0000000000000000000278a0b152c97c48b6f03de3fa544e492444f27b2132bd 3,005 1.00/1.00 vMB 55
658,383 658,383 0000000000000000000bf203311dc102f9e8ce0092ba8071756028ab790f293b 3,329 1.00/1.00 vMB 62
658,382 658,382 0000000000000000000c5df92317a9e9a0eb7ccc707035f86a3e22015f9a3284 2,689 1.00/1.00 vMB 60
658,381 658,381 000000000000000000080a5d3c62fd475c70f90df702dd7afd1904760d45e455 2,592 1.00/1.00 vMB 52
658,380 658,380 0000000000000000000572b01ff28ea14ff8af4437094ef206c4621261b78bdd 1,977 1.00/1.00 vMB 49
658,379 658,379 00000000000000000005c8a24713dc7ad1010bbd3d25ae2e761753a0fc24bd78 3,109 1.00/1.00 vMB 65
658,378 658,378 00000000000000000006f420488b3938f29afac85c185b74813e1bf2f94ce5e7 2,529 1.00/1.00 vMB 45
658,377 658,377 000000000000000000090642d2b2a01b999d3494e1454ac90931bbfb77bead76 2,901 1.00/1.00 vMB 51
658,376 658,376 0000000000000000000104eb21fd5317965f4deb7df558947009bbce0a2f1005 2,706 1.00/1.00 vMB 63
658,375 658,375 00000000000000000003516023c565370775716312e3e834ea907a930ae07d32 3,064 1.00/1.00 vMB 50
658,374 658,374 00000000000000000006e06904842b166f1950462bdb4e17cf028803c3e62c5d 3,198 1.00/1.00 vMB 54
658,373 658,373 0000000000000000000f1cf5614ca1b150d347608d5e682e5bcc3fb81f55af95 2,889 1.00/1.00 vMB 83
658,372 658,372 000000000000000000023a39575b73e6b7e649ce8fe2a6f7bdcf60eeb52d2429 2,908 1.00/1.00 vMB 82
658,371 658,371 00000000000000000007be354363957ff7da2474d18b89a4af52f58d2344c8e3 1,496 1.00/1.00 vMB 39
658,370 658,370 00000000000000000001882cf8379c5cd3d06161253d9708909198b59c502776 1,340 1.00/1.00 vMB 34
658,369 658,369 00000000000000000009867bc85c03577d4517c7c0eb1f641eb3d1dd0f807aaa 2,084 1.00/1.00 vMB 39
658,368 658,368 00000000000000000008671e7ac22e1def3941202804e2bff3ccd6ec5a44477c 2,480 1.00/1.00 vMB 54
658,367 658,367 000000000000000000005e168c1f8f3ce76f62b0fd8989d447d0b49c4f2e37ec 1,544 1.00/1.00 vMB 44
658,366 658,366 0000000000000000000120748c26c2f2c6c261664947109871501b37d9135355 3,115 1.00/1.00 vMB 48
658,365 658,365 0000000000000000000506266d00fa7c21039d0f76173eec56e3b7d0d31b3d9e 2,932 1.00/1.00 vMB 57
658,364 658,364 0000000000000000000c33b581689ae0a91736c3df90a7bad120c00e148e9b42 2,495 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.31 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: 660.23 GB
    • Received: 14.64 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.