Loading Tool

Explorer IconExplorer

Memory Pool

65,997 transactions
18.52 vMB
0.05590298 BTC
Random Selection Loading Transactions
Max Size: 120.93/200 MB

Candidate Block

Mining Attempt f3be4bd0ac33a230942efc945b2e26fafec2a66a7c6466d6bdd98de9187353e2
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 32c508fb68f60d7c4afc2202fb3507045dc890713a853ec4a8d409a1ec47950f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,007
Size: 1.00 vMB
Total Fees: 0.01398119 BTC
Feerates: 99.47 > 1.40 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (834,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,458 81,458 00000000001236c4754d5e4737a5b99f188b015c55e3b549f9f76dbbe8c97342 2 0.00/1.00 vMB 0
81,457 81,457 00000000002aa972cb22a1cbc75df23b43f3bf07945b12dfa0428f921d51b65d 2 0.00/1.00 vMB 0
81,456 81,456 00000000002d0e714ac37570c13738d15af3eaefa85e546308970cf09f014242 1 0.00/1.00 vMB 0
81,455 81,455 0000000000188ec53ff7968ad3fc02b2b528b7b0db4fba892b3f8df17fe2824a 3 0.00/1.00 vMB 0
81,454 81,454 00000000003f9def9b6522a59f29198853e13bdf208749f84ce6a9a5c6f6efc6 1 0.00/1.00 vMB 0
81,453 81,453 00000000003168a4f9a1464d259a8180e5f64c5fa1144ec8f45f231d2ad6ce25 5 0.00/1.00 vMB 0
81,452 81,452 00000000004534f6eb2fa4fbf5be9e0461a76a035ce7c3c8158d8a49d17da7cc 2 0.00/1.00 vMB 0
81,451 81,451 000000000027ef0fec88ca7232c221c7e1aebdf20f69e0b1994a6d1a11b050d8 2 0.00/1.00 vMB 0
81,450 81,450 000000000024ea4a7ae6956e22f239cb2b86c69581db24329b10ab9c3649082f 2 0.00/1.00 vMB 0
81,449 81,449 0000000000262ac14bfe7a9193f8ffe2b2bd0fa0d395a2e5cc82c9069b6f228e 2 0.00/1.00 vMB 0
81,448 81,448 00000000002c43af08016c548fdee1be1526dc4507884a088ab30aff83b06f3a 6 0.00/1.00 vMB 0
81,447 81,447 00000000000fee084f8bcb56b142f209ac8e48d00cd33a2adc6d2fbc5f833c16 1 0.00/1.00 vMB 0
81,446 81,446 00000000000c68fb74f4cd7610601aa80c01ac61941b8842153c41895f95a077 1 0.00/1.00 vMB 0
81,445 81,445 0000000000454602288404fa751c0259ff3cbbc1389ea45b96e14307b129dc7f 1 0.00/1.00 vMB 0
81,444 81,444 0000000000381a30e772fc186f3be9237da3b25f2d11ff17798cb3ba88598e39 2 0.00/1.00 vMB 0
81,443 81,443 000000000009826ed87277a9d973d22883e68ecada525913e61e428a58fc24ff 1 0.00/1.00 vMB 0
81,442 81,442 0000000000071070d997d5af1cfdb480702b56ffa520e8033dcd00d4c93c7df3 2 0.00/1.00 vMB 0
81,441 81,441 00000000001693302c19e2b83316b27f0a44eeeeaeed55ccb65cb905a39d2cac 1 0.00/1.00 vMB 0
81,440 81,440 000000000044e3434b1750698b531482aad5a01294cce10249b7e459e48f3e2a 1 0.00/1.00 vMB 0
81,439 81,439 000000000025895fa6240b952ccba180e46e968d17bb8fea70d142282843254b 4 0.00/1.00 vMB 0
81,438 81,438 00000000002fdbf476311316567e8ec96f3a81619f09027f1cd4186969a115a5 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.56 GB
    • Received: 21.54 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.