Loading Tool

Explorer IconExplorer

Memory Pool

31,371 transactions
27.79 vMB
0.12473777 BTC
Random Selection Loading Transactions
Max Size: 136.04/200 MB

Candidate Block

Mining Attempt 765b6c8affa751f2726b33938b97153a1adbbb7bec013c88443f99511b5f5cb9
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root 53acddda627072ef8af331045c616cf7c593c1e1262e107e97c2aa787047bb9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,721
Size: 1.00 vMB
Total Fees: 0.07168360 BTC
Feerates: 150.74 > 7.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (678,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,361 236,361 00000000000000c54c717b58f72e1a151ef1c65dfd3a5c7c024392e9299d43f6 274 0.24/1.00 vMB 102
236,360 236,360 00000000000000dd7aafb70469f10f8512d0ac1b10dcdb17d02fc61bd7c27523 498 0.22/1.00 vMB 184
236,359 236,359 000000000000016ca0b67e90c725274f9c870a9b60b33d3e8d5168e43b28c78d 472 0.19/1.00 vMB 196
236,358 236,358 0000000000000071ba5559d46ca7d9169426ec6ad5303aeb019a6f3c0aacb0e1 132 0.12/1.00 vMB 57
236,357 236,357 000000000000016c2a8470fa51ff3566e270f17a455388dadcb61e8c38892a7e 209 0.19/1.00 vMB 78
236,356 236,356 000000000000014fcbe93cb48efd4cfda03cb06f6419222bbd75c3c36ef2db3f 778 0.25/1.00 vMB 135
236,355 236,355 0000000000000167f0e9a626fa6cf7f96db2b0f04675dba7d1620bd3dfa892e1 903 0.47/1.00 vMB 145
236,354 236,354 00000000000000ee2b4b41e00621647ec6c2ae7bde3e978236420cc6f2bd5129 789 0.25/1.00 vMB 271
236,353 236,353 000000000000007ebb13150c5124de90c967932175086d595fbe17434c4442b8 604 0.86/1.00 vMB 54
236,352 236,352 0000000000000024c24bd6afa5c53e5b4aafc41f72ba78bc85c9f8f9b4748c9c 462 0.25/1.00 vMB 161
236,351 236,351 00000000000000be66f5c9a3ff74b6565ec67a61ccae2608628ec29c272203ac 1,128 0.47/1.00 vMB 1,300
236,350 236,350 00000000000000df61abd885052b92e1a2c9c76cd265c9beb3fb9b313149373e 682 0.28/1.00 vMB 198
236,349 236,349 0000000000000024e9a133715503f2984211d7f1be63936e7067c9084323c915 169 0.15/1.00 vMB 60
236,348 236,348 00000000000001788ac5670820964a296146cd9c72167c0f397b722e7dcd1468 946 0.42/1.00 vMB 183
236,347 236,347 000000000000008cb78d957383006bb4de803f9240b1a24726560cc7b119f024 431 0.17/1.00 vMB 187
236,346 236,346 000000000000015a26e9ab1a46808416dd0910eeedbe5d4125822efad0b5d79e 144 0.15/1.00 vMB 64
236,345 236,345 00000000000000e4137370971ecd03f03fae02c5afc6aba44be030e6b6f9d615 73 0.04/1.00 vMB 193
236,344 236,344 00000000000001028658f2992defb813cbc2c283944dbc5619847ff3e64e575c 525 0.24/1.00 vMB 191
236,343 236,343 0000000000000084fcc58fc9d10aafe61dc90899ef6af85f2e3f7faa6963016b 470 0.22/1.00 vMB 166
236,342 236,342 00000000000000643e739da0ba2ee988369423f186df6e8b22cc7a1c6abee296 81 0.03/1.00 vMB 81
236,341 236,341 000000000000015e89e89cae7cb1e8b729d60b8904501af2cb95a1931bfa7123 868 0.42/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 781.52 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: 612.87 GB
    • Received: 11.07 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.