Loading Tool

Explorer IconExplorer

Memory Pool

82,267 transactions
31.10 vMB
0.12106674 BTC
Random Selection Loading Transactions
Max Size: 186.16/200 MB

Candidate Block

Mining Attempt 3161da71da3c78c9bce6e7500440ef06ea0b85b4625e9c7b4f90140c41b0d639
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 0b699ac8f1351525121c137d3a827328d86db3e8a381bb4b70941e65f1ae328c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.03599795 BTC
Feerates: 101.42 > 3.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (391,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,414 523,414 00000000000000000011600aaed18330d053839b3b88ab7c0424f4613e2ecc7a 1,750 0.65/1.00 vMB 38
523,413 523,413 0000000000000000003d3b001f8e15a1a2e2436d8cfbe2ce5e445ceb5cd5702b 745 0.32/1.00 vMB 39
523,412 523,412 000000000000000000163d6504b86e7675d09905a779a61bac78fde8ed8a3eae 2,299 1.00/1.00 vMB 41
523,411 523,411 0000000000000000003b6031bce58605012f6b1716e7e5671bb89fefa689d008 803 1.00/1.00 vMB 7
523,410 523,410 0000000000000000002fa1559ad004c9e4d994ae3a9193f9f8b131a5dcfb0224 2,229 1.00/1.00 vMB 63
523,409 523,409 0000000000000000001a97909e57e71f13e98d4b30aa97721d1ab0364dd728af 1,592 0.72/1.00 vMB 55
523,408 523,408 0000000000000000003ae240984ea62bb56d6e550f2ca31fd06b0578de9700cc 2,317 0.87/1.00 vMB 45
523,407 523,407 00000000000000000024bbff65068c52744fde9305762830fe3654eb7b5873a8 2,459 1.00/1.00 vMB 45
523,406 523,406 000000000000000000333522d685666ef2f4a390ffe1639ee228f5f82a9fb06b 1,187 0.57/1.00 vMB 42
523,405 523,405 00000000000000000018812eea9ef5d4152318934a53baba7fd0581d318b973f 855 0.33/1.00 vMB 42
523,404 523,404 00000000000000000018ee4987b6b9d062646693a2e46d1c7c1c851b60c33b1c 905 0.60/1.00 vMB 27
523,403 523,403 000000000000000000092fae90e6703bf4f758790ac63b48b226ec20e0a26f7a 1,923 1.00/1.00 vMB 18
523,402 523,402 0000000000000000001c20c37c444a9fe5c50abf5cc21790320e47254e14b5eb 1,440 1.00/1.00 vMB 22
523,401 523,401 00000000000000000016d36a91466e0ccbc20c6ed50f46adb05522b972dcac28 2,264 1.00/1.00 vMB 66
523,400 523,400 000000000000000000050457115787df556a3da7a4a40dd3465b543effdccb71 670 1.00/1.00 vMB 54
523,399 523,399 0000000000000000000e69fe3cfeeec936f5d4a66d65451022ff67431f0330e6 20 0.01/1.00 vMB 70
523,398 523,398 0000000000000000001da570c03581948a8699f7493d0f53ae435d2f630b574e 1,496 0.69/1.00 vMB 42
523,397 523,397 0000000000000000003e5140437b610439998026498e9a7fa793bb86811d9712 771 0.36/1.00 vMB 42
523,396 523,396 0000000000000000001d574d07016ce451a76d95d294f2c4e6dd0de69616186e 1,707 1.00/1.00 vMB 45
523,395 523,395 00000000000000000030e119880f7d2d4dc7ded540ce6e0995b3ddeaf91dafdd 1,309 0.68/1.00 vMB 33
523,394 523,394 0000000000000000002e888f67579031257ff35fe3bd273d895afc8b342b6cb2 2,139 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.