Loading Tool

Explorer IconExplorer

Memory Pool

85,118 transactions
31.71 vMB
0.11253212 BTC
Random Selection Loading Transactions
Max Size: 194.44/200 MB

Candidate Block

Mining Attempt 6b105291f1188ddf8242edc2c4351c631a82b601c43c1e2100ab1dfdfc6d87b1
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root e5a1db14eb23d3998a52605d32aa5997cc43de88fc533fa3d493f6a732e73bcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.03774306 BTC
Feerates: 301.57 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (492,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,894 422,894 0000000000000000045a40721f33d42946bfc86c17b7c4c6d32dff79bf01f821 2,592 1.00/1.00 vMB 81
422,893 422,893 000000000000000003da4da1f36fb0d639572e4ad326e91f0af628e7d7513bd1 1,957 1.00/1.00 vMB 78
422,892 422,892 0000000000000000046fc626ccf49d27ae70d1a3719ebd05cf95a6c30b7459ae 2,758 1.00/1.00 vMB 95
422,891 422,891 000000000000000003c08730f46ee02656d0bcf14b790cc0c993faa2ffd7bcf8 2,419 1.00/1.00 vMB 79
422,890 422,890 00000000000000000512adfa28e1bee6d0f870eb04a0263e3f94dab83be0c626 2,693 1.00/1.00 vMB 69
422,889 422,889 00000000000000000498af44b8a82c65367a529a186d77bf645d27127d94c204 3,057 1.00/1.00 vMB 117
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
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.60 GB
    • Received: 16.93 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.