Loading Tool

Explorer IconExplorer

Memory Pool

41,946 transactions
32.07 vMB
0.09990051 BTC
Random Selection Loading Transactions
Max Size: 160.25/200 MB

Candidate Block

Mining Attempt 1a827014852d5ca839a75ad2d369a549f3aeacd5987d7ccf17a1a927fcaef48e
Version 20000000
Previous Block 00000000000000000001da8eac2d8e7f938d243bdaa04666102f20fda9eed443
Merkle Root ea58c37dd7f1c531a8d77030485bcc515ae22493fd387db103f0eadf103d15b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,307
Size: 1.00 vMB
Total Fees: 0.03118563 BTC
Feerates: 501.77 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,363 (898,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,860 15,860 00000000476824db898ee3d402e08cf417ab6c192363d5bdb7b44eb42b599826 1 0.00/1.00 vMB 0
15,859 15,859 00000000f46457dc6ea5d761ff8ea24e0391fbecf9b4d132b4f2240d33f5a4cb 1 0.00/1.00 vMB 0
15,858 15,858 00000000944887dfe86f3cff2c13095a1b1d20dd350464b00c73254d0a5d4195 1 0.00/1.00 vMB 0
15,857 15,857 00000000767d0a7a25769875b4ba5ccd83ebc68d8853e8d9df55735083a851b2 1 0.00/1.00 vMB 0
15,856 15,856 00000000795cc7b4af2ec6a6bd4167375952e9e296ef285011a0de4b53f2a8dc 1 0.00/1.00 vMB 0
15,855 15,855 00000000072a6ab7fcd31db654151cd491f76c5a56c7e7a13d1e2e7ad1ee5516 1 0.00/1.00 vMB 0
15,854 15,854 00000000c2c565412602115b6a32c3709fef57fdcac1a9e9a3d77aba0aab27ee 1 0.00/1.00 vMB 0
15,853 15,853 0000000084be2f360d2bc78e76bac0a9ae3bfb5d5d2087298936c7656cb07334 1 0.00/1.00 vMB 0
15,852 15,852 00000000fa27213ecac28ea2dafabce39fe4cab34da3c1e40768122ea0ff9530 1 0.00/1.00 vMB 0
15,851 15,851 00000000d9cd2da1e56ad429d1271fd511540c32caa19e124e09878c6925d852 1 0.00/1.00 vMB 0
15,850 15,850 00000000229813a911273c523f2841cf270861089b289be24da0ae69fa4f2c2a 1 0.00/1.00 vMB 0
15,849 15,849 000000005772a957163fe7c2f8054f13af464ef282c5b1e0be4d473e9ae12eff 1 0.00/1.00 vMB 0
15,848 15,848 00000000d3e582691a496233868e294ce55cb12dbbd70e2aed4f293e51d5900a 1 0.00/1.00 vMB 0
15,847 15,847 000000004bacc40fe82302cd3880dbcf64cbc1ec93dc460e76a4b352882dc1a1 1 0.00/1.00 vMB 0
15,846 15,846 00000000efc74b5951c53edcd4a72822867d445cee5fee1ac18e52c0892d132c 1 0.00/1.00 vMB 0
15,845 15,845 000000003aa22d9c322d58bfa042777ba9f08785163731922789592fb9853b76 1 0.00/1.00 vMB 0
15,844 15,844 000000008e4940a12920616d3ff17a0440fc993147862265e1d85c7649eec42a 1 0.00/1.00 vMB 0
15,843 15,843 00000000e957835faa45cc3cd535035e22f79b14ffacdc66e7dee5424dcd7537 1 0.00/1.00 vMB 0
15,842 15,842 0000000011fde499dca80ca8279fbc7eabe6908594a8de7851686ed6db8e5f70 1 0.00/1.00 vMB 0
15,841 15,841 0000000006dc574c0ddac884b8a1b4beeba8530d906a184d5639229f993951c7 1 0.00/1.00 vMB 0
15,840 15,840 00000000166b9860a4efa3e96102d26a124c026cf6c5eb6af1fcce853dbf7bd9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 593.23 GB
    • Received: 9.67 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.