Loading Tool

Explorer IconExplorer

Memory Pool

79,039 transactions
29.26 vMB
0.08664612 BTC
Random Selection Loading Transactions
Max Size: 177.17/200 MB

Candidate Block

Mining Attempt fe4614069c71d0e7db54bcddb88a46ff928b101d57c24b7132f119dc37e898bc
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 038a664278e358b687fb4b1cd52128f68134f4f3968933dc9027f65d7e4ca666
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,472
Size: 1.00 vMB
Total Fees: 0.02533790 BTC
Feerates: 178.73 > 2.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (414,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,589 500,589 0000000000000000006652a6b0280338069a4741b45e733899f0a964a663dce9 2,700 1.00/1.00 vMB 1,004
500,588 500,588 00000000000000000087c46ef0b10022eb72721af23293e3c444ae9d25b056d2 2,509 1.00/1.00 vMB 1,036
500,587 500,587 00000000000000000066845d0de20a2f015753ae8065ba2a2d73dd7fd7769b7e 2,775 1.00/1.00 vMB 871
500,586 500,586 0000000000000000004f61fa9d4e52f22abfea433a118319b20ad03dee035077 2,127 1.00/1.00 vMB 1,199
500,585 500,585 00000000000000000029249dc30b9043dc2fced918bd8e7dcf3b8560d2fa55fa 982 1.00/1.00 vMB 538
500,584 500,584 000000000000000000820c268ade90b2db2abace3c3a60e181bcccb066ad073a 1,590 1.00/1.00 vMB 501
500,583 500,583 00000000000000000088560e73b92355047ba71216f7b7a23eb69190fa96ca27 2,423 1.00/1.00 vMB 957
500,582 500,582 00000000000000000066d8227fd66eeb807699d6b868a4cec247437c2d5c9d95 2,642 1.00/1.00 vMB 776
500,581 500,581 000000000000000000826c5f32edca4b208c5852b68bcac20e9acbbea6d102c3 2,708 1.00/1.00 vMB 1,065
500,580 500,580 00000000000000000034e75f5cfba77736d21fd5acbda059b28555e2f81aba1a 2,766 1.00/1.00 vMB 1,032
500,579 500,579 000000000000000000748b844d0f79af9fa3c4563c77467f8abdb4645e781153 2,496 1.00/1.00 vMB 634
500,578 500,578 0000000000000000001cfe50d91c20896ec526d21ff074d164a2588ea0188aca 1,836 1.00/1.00 vMB 915
500,577 500,577 0000000000000000003d099fe59659b3f30f0361d1366a3bfba3cabcd40321ab 2,976 1.00/1.00 vMB 1,055
500,576 500,576 00000000000000000050fe1b95537fa2971d42216b3613308cbec41b38b9a259 2,612 1.00/1.00 vMB 1,173
500,575 500,575 0000000000000000008c300bd55ab3908a50d7d6761187d57fd0b5680a658e4a 2,638 1.00/1.00 vMB 1,068
500,574 500,574 00000000000000000006b0a515695fd00ca56393e937477eef8c2531f61d0852 1,607 1.00/1.00 vMB 1,001
500,573 500,573 0000000000000000007945d5fb994ee4534c4d572aa1be4b1340e94c95d6cf4a 1,840 1.00/1.00 vMB 526
500,572 500,572 00000000000000000084207048ca1e4491c98811508350c63f637deedd2031c3 2,445 1.00/1.00 vMB 828
500,571 500,571 0000000000000000005d34cbb88f4b349c8c8a0f22dd0a4c1bdafe914e5e85cb 2,282 1.00/1.00 vMB 825
500,570 500,570 000000000000000000202aaa1207fb812261d259ed3015130fd579f16c0ad7a9 2,635 1.00/1.00 vMB 984
500,569 500,569 0000000000000000003a3b29c9642efebc5e78612b26ab8a632809a199addffe 2,070 1.00/1.00 vMB 1,223
Previous 10 blocks ↓
Total Size: 782.68 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: 679.37 GB
    • Received: 16.44 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.