Loading Tool

Explorer IconExplorer

Memory Pool

80,794 transactions
30.94 vMB
0.07088039 BTC
Random Selection Loading Transactions
Max Size: 188.35/200 MB

Candidate Block

Mining Attempt 4208e8ffe798253556c909c18d6277ae6d646e2350839f79631a61c72eb5098a
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root d633d714375c7c7c3efead1bfc37408dadca20d2bc9b8c8f9859c656175cc2ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.00426557 BTC
Feerates: 70.37 > 0.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (469,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,652 445,652 00000000000000000369a9cb4ee725e64be45ef8fd0f7c6b0a62eb2997c129ac 2,493 1.00/1.00 vMB 72
445,651 445,651 00000000000000000013652a210962a5a8523a4a8b0022283144352ec5c2042c 2,950 1.00/1.00 vMB 106
445,650 445,650 000000000000000000c570ea32cc66637fc6dbc20b4d032726b0a83fa75df37e 2,446 1.00/1.00 vMB 77
445,649 445,649 0000000000000000004e731a3bfd85ff0488118617047cf3a33241f8cea0b5da 1,639 1.00/1.00 vMB 103
445,648 445,648 000000000000000000ecb6b5ac2506c2b96d5a2085c6ec433eaee743209461d7 982 1.00/1.00 vMB 104
445,647 445,647 000000000000000001abdfcbbffd7c398d7b3ab6a62401bd535feb85f9b5c4ed 1,466 1.00/1.00 vMB 83
445,646 445,646 00000000000000000371c66b04b316a5730581ce7dfe3089a6e4aebc3518e22a 2,393 1.00/1.00 vMB 100
445,645 445,645 0000000000000000029a9a237763ad3c30c2fdb483d6c13f28003a3cd9d0cd09 363 0.20/1.00 vMB 77
445,644 445,644 000000000000000001b4680c415a317c8bf9d950e044e41606ce5de592776b32 772 1.00/1.00 vMB 25
445,643 445,643 0000000000000000009ae12104bd14848f3db737a80b115ae16116dbb721ecab 1,532 1.00/1.00 vMB 43
445,642 445,642 000000000000000001ad4deb92be7ab4aafd5982d4711148e0ecbf695772b2ab 2,648 1.00/1.00 vMB 81
445,641 445,641 0000000000000000004b761c41c6347f7fda353675e1337d7792a34d526fc5e8 2,187 1.00/1.00 vMB 92
445,640 445,640 000000000000000000c1326afd71870edf1ae195164d09e2f7b873bb7fb91007 2,426 1.00/1.00 vMB 70
445,639 445,639 000000000000000001164ceef6ad6230e31dd4c7e84e2a2db71e4fd5ff515285 1,507 1.00/1.00 vMB 49
445,638 445,638 0000000000000000021519451081258666c03ceede82620622511904bef52ae5 1,533 1.00/1.00 vMB 66
445,637 445,637 00000000000000000065d03b1c165b38fea93cf1ce0521871f31c92804a5ee3a 2,805 1.00/1.00 vMB 89
445,636 445,636 00000000000000000025dfecb3c58ea92f4374c50be4189a6b68c1f21b9b9649 1,578 1.00/1.00 vMB 68
445,635 445,635 00000000000000000093adb54ce83dbc294c3aee66e393e95700f04bc722a89a 2,681 1.00/1.00 vMB 80
445,634 445,634 0000000000000000014da14d3951eb25f43ce6fd0dd79c482c784928c3ac776a 2,566 1.00/1.00 vMB 104
445,633 445,633 000000000000000002229d52421a7d84dca4627f0e2f5c408623bdd49f690e34 2,361 1.00/1.00 vMB 70
445,632 445,632 000000000000000000c8e893d00e74953977af9c567c433309a5226f0a12cb9f 2,687 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.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: 708.96 GB
    • Received: 16.80 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.