Loading Tool

Explorer IconExplorer

Memory Pool

76,409 transactions
28.33 vMB
0.09401283 BTC
Random Selection Loading Transactions
Max Size: 171.70/200 MB

Candidate Block

Mining Attempt 1b85127f5eb055ac99b3eca1936305712ed64a07648a9ac75bea896a17850ca2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root f244a1fb0497d4455a94523b591d6d7973f39b27036bb304f6fab4e4dc11fe02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,458
Size: 1.00 vMB
Total Fees: 0.03123880 BTC
Feerates: 150.80 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (492,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,896 422,896 0000000000000000008f44d36bad871589667752e5ace2a1fb8849200bc7384b 2,614 1.00/1.00 vMB 76
422,895 422,895 000000000000000000f65154e9cd113d13b9b05107bf3ceea18f70cd227cdb65 1,782 1.00/1.00 vMB 43
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
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.