Loading Tool

Explorer IconExplorer

Memory Pool

83,495 transactions
32.68 vMB
0.10018971 BTC
Random Selection Loading Transactions
Max Size: 196.21/200 MB

Candidate Block

Mining Attempt 5b8af38cc95d9efa500fc4c8873eecc5cecccfba8bdee02774f04dcc6ad70906
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 7cb6c5cdf5e264fcc78984d30ddc32ce76ec35769cf68970f8a9f58cd7749724
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.02405075 BTC
Feerates: 142.62 > 2.41 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (868,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,969 46,969 000000000b66467aed26f590bd804943dbaf80c296989b5a30f3e3377dc3e0a6 1 0.00/1.00 vMB 0
46,968 46,968 00000000217e9669bd6a87b66aafcd0a226b0e01f7cb03616b5be942b16ad1be 1 0.00/1.00 vMB 0
46,967 46,967 0000000004868ae9d96c70430055595838d93bf763677698e425a00a6e7fc00f 1 0.00/1.00 vMB 0
46,966 46,966 0000000037b0101a2c795d87d67084b066518636e4f62870de2e59efe3505915 1 0.00/1.00 vMB 0
46,965 46,965 000000000b50066e39ed7725b30c9e772aa43da787d66fad7c9a9048b120fb9a 1 0.00/1.00 vMB 0
46,964 46,964 000000000b28cbabb3bd70644e72de32161f8fdb5eb8884cd0fddced7151087e 1 0.00/1.00 vMB 0
46,963 46,963 0000000030cb66be9fa81fbb8ad56c6172740bcd12d27b9877daeb81381f54d1 1 0.00/1.00 vMB 0
46,962 46,962 0000000036cad844fa57e8cab41d0513092aca06a435ef1958afdac66782560e 1 0.00/1.00 vMB 0
46,961 46,961 000000002d0c3c3bebbd6e47ebe5eef433acfbff55a4000f94972ecd53e95823 1 0.00/1.00 vMB 0
46,960 46,960 00000000153b11f1fa8c8b09417fac464b807952d00f2e4acc6b53aaed553259 1 0.00/1.00 vMB 0
46,959 46,959 000000003811c8183d22fb4a8dd6c363d3aaaf8836e2b28e834d7b677e7f9a04 1 0.00/1.00 vMB 0
46,958 46,958 0000000009dbfc7615e0e066c26e96604c5db1c296c1b1286413f23255b5782e 1 0.00/1.00 vMB 0
46,957 46,957 000000000cadb63fad6133336ec4c0271266b86067f3db4fa0f137af2f8d0fba 1 0.00/1.00 vMB 0
46,956 46,956 0000000012afae3be28c7b5e0c6ebb529f43b3046c2f9b5003eeefacf12bb335 1 0.00/1.00 vMB 0
46,955 46,955 000000002eff70e8d3604b5dde031dab9527e69bea31570c3f4c1f57f3c3648e 1 0.00/1.00 vMB 0
46,954 46,954 0000000002274dde8f09a85f7359478c61d81797506a2d1ab63e8760edafb686 1 0.00/1.00 vMB 0
46,953 46,953 0000000023255bd92bfc8852cb5088314cf094b78caf83e94c549f41d5240052 1 0.00/1.00 vMB 0
46,952 46,952 0000000000c11192dbfcb1e665a76112f5f741f36cbe238b8b9f01d53b3dffbe 1 0.00/1.00 vMB 0
46,951 46,951 000000002765297096ec20e523eb8a7317b993884d641d849668ccf5339ceb49 1 0.00/1.00 vMB 0
46,950 46,950 0000000004589053d5d42648a7ee9f4ea42eb5324c03996ad8032fdb4ddd7639 1 0.00/1.00 vMB 0
46,949 46,949 0000000026523b3c01ee3bd6b33305ea7a4945c9811d24075a8c692c0124c6f1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.70 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: 697.34 GB
    • Received: 16.57 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.