Loading Tool

Explorer IconExplorer

Memory Pool

74,936 transactions
27.49 vMB
0.06687695 BTC
Random Selection Loading Transactions
Max Size: 168.24/200 MB

Candidate Block

Mining Attempt 5d9d6b21c457bf8a3ce622021fd301d28c2f412aa9673dcaf51d75cff098d67a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root d89e4b39c9d130c69dc1a6b373dfc0aff11e699063754707d3b802465e2cde0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,252
Size: 1.00 vMB
Total Fees: 0.00826388 BTC
Feerates: 74.05 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (492,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,888 422,888 0000000000000000047648c27cf890f8c739a0797e1b7331a2020d844094d9d8 1,797 0.70/1.00 vMB 82
422,887 422,887 000000000000000000d997bb88a17e862bbbd7fbc26e6810c2723455ac645552 1,997 1.00/1.00 vMB 47
422,886 422,886 000000000000000000047b94371ee07a3a8b4210eda0f41164136ac306dbe6b4 2,497 1.00/1.00 vMB 81
422,885 422,885 000000000000000004458944776cc9b2f05b446f993859b3efc9516de95a4270 2,894 1.00/1.00 vMB 104
422,884 422,884 000000000000000005138159797c5387fc45094165cdfaaef72bf0ad5c444069 2,010 1.00/1.00 vMB 60
422,883 422,883 0000000000000000041f85888b6b9f06c3102a816dd930c86c611cd1deb3389f 2,149 1.00/1.00 vMB 92
422,882 422,882 000000000000000003523988b0eebda6e4a84881047092f22b43d9c49202a85d 2,404 1.00/1.00 vMB 70
422,881 422,881 00000000000000000168acf9fca44d732bfbb1fa06d8bba6a9c8e4345d9a6eb1 2,916 1.00/1.00 vMB 122
422,880 422,880 000000000000000001341b2f7b5bbb3273f23a68f689c7cadf146e34d050c478 423 1.00/1.00 vMB 31
422,879 422,879 000000000000000004d0d6b8cb2e0f326bcd5747ad8df579c9913993fc0b11d3 1,693 0.91/1.00 vMB 70
422,878 422,878 000000000000000002323f5e1bc5c66657dac13d1ee11e88eb9bd26a41a0dd4c 2,473 1.00/1.00 vMB 86
422,877 422,877 000000000000000001076df08050b298adbc9eb747015ff205951264fb943e3f 1,692 1.00/1.00 vMB 42
422,876 422,876 0000000000000000026f337dddf01d5c8f4bfd25c91766d57ad97a37fce3cd61 3,019 1.00/1.00 vMB 102
422,875 422,875 0000000000000000042fe3adbfdcfb05d10cc2bb14900a2af25e184db8334d2f 511 0.23/1.00 vMB 86
422,874 422,874 0000000000000000003cc802ab18d91ad589333044b0ec1487c432d9abc32df5 740 1.00/1.00 vMB 35
422,873 422,873 00000000000000000159697c8f4af33a2478014a214a3a038c95614dd7d5f182 60 0.02/1.00 vMB 88
422,872 422,872 000000000000000004bb941035a5407ee23db8f88d3791aae2590eafcb57200f 978 1.00/1.00 vMB 42
422,871 422,871 000000000000000004cd92dbb1e450e47881ec12c6b6b3cad463e4f587e71a35 1,654 1.00/1.00 vMB 61
422,870 422,870 00000000000000000221de4568cf2e7088184a7dea69e75e176b113ec5fa7ddf 577 1.00/1.00 vMB 32
422,869 422,869 00000000000000000041288d673c1f6f74095f5d40862d1adb876393adc2e674 2,017 1.00/1.00 vMB 71
422,868 422,868 0000000000000000007688e2bdfa8e8f2519eda074e5e95615af5ce1b9559d19 1,835 0.93/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.92 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: 714.24 GB
    • Received: 17.52 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.