Loading Tool

Explorer IconExplorer

Memory Pool

83,516 transactions
31.23 vMB
0.09606324 BTC
Random Selection Loading Transactions
Max Size: 191.64/200 MB

Candidate Block

Mining Attempt 39477ffb2f117f724b50dd6284f6b9d5508a621066347240bd1158d6300d0b6b
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 2d1e41a51a981927d6583ef61a98e29e228c650eff455caa391f1639c23d0017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,677
Size: 1.00 vMB
Total Fees: 0.02564181 BTC
Feerates: 301.57 > 2.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (484,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,673 430,673 0000000000000000023d0891caea504d7028a9dd7a73fd211ccbf8b3abbd3bf6 2,085 1.00/1.00 vMB 50
430,672 430,672 00000000000000000241eb344bf4ed3748618bdcb06fa9441ca6dd59987a5acb 3,140 1.00/1.00 vMB 92
430,671 430,671 0000000000000000004e3478cda19078b5da116faccd81a84955c4d81b09bdb3 2,576 1.00/1.00 vMB 78
430,670 430,670 000000000000000003e89cc519390d4a52dd2c6fa8f9bd2ad1eaecb5a6ce057f 1,658 1.00/1.00 vMB 50
430,669 430,669 000000000000000002216227a57caf9b6a9944ead800df6cc138f4ffc4e1f412 1,793 1.00/1.00 vMB 48
430,668 430,668 0000000000000000046f983d1963443dc966d20b240b4f8b6f11f4759a4c86e1 1,603 0.75/1.00 vMB 69
430,667 430,667 000000000000000002222b06d881217a8ae6d5ac73f07c56e3cc373deccef1d9 2,457 1.00/1.00 vMB 73
430,666 430,666 000000000000000001fe233882c779fbea3024873848d2f8ce04297582bb9bb5 2,737 1.00/1.00 vMB 66
430,665 430,665 000000000000000003fb18085e43fc86192facc524dc3f1dc4f3427a5a5dfedc 2,128 1.00/1.00 vMB 95
430,664 430,664 000000000000000002fe6d9e8cda0ca794637a51e096c8092dd6aeced120a622 474 0.99/1.00 vMB 13
430,663 430,663 000000000000000002878afa9adedb771b69a795238e39402f693c11ca4f5e2f 786 0.32/1.00 vMB 67
430,662 430,662 000000000000000001e79b8a30eb93003aebaa433d18ccd0a65fa9d5befdf3e6 1,598 0.73/1.00 vMB 64
430,661 430,661 00000000000000000342818501606dcad4592d6e1bd21ec15712ffae94e653ff 1,895 0.92/1.00 vMB 41
430,660 430,660 0000000000000000019cb0b5740ec6f3c3190688dd6bb80037183475b9ac6fb9 2,367 1.00/1.00 vMB 86
430,659 430,659 0000000000000000022b58441fb4ae7c4c006ce08bb228606f331c6ca0f1cb67 614 0.32/1.00 vMB 47
430,658 430,658 0000000000000000001d0614d45f02646c17bdd40c2bc2f9e6dd424dd2204a22 1,821 0.72/1.00 vMB 66
430,657 430,657 0000000000000000028e795a1c7c537debb81e373f09032a2962ce9d6c1a2edf 535 0.35/1.00 vMB 32
430,656 430,656 000000000000000001993a8f32658133eec514e4275993fa0e0a4ff90e41c78a 756 0.42/1.00 vMB 50
430,655 430,655 000000000000000003a7b1f91ad9d5274c6febad1b55a027d351c6350dae2ef8 2,198 0.96/1.00 vMB 62
430,654 430,654 000000000000000001ab76f354c9fdf12ca20129869032d61de93ab5bddab54a 869 0.71/1.00 vMB 26
430,653 430,653 0000000000000000026f85cd2877c261c87e52dbde181d326a02206931613059 2,046 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.78 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: 709.57 GB
    • Received: 16.92 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.