Loading Tool

Explorer IconExplorer

Memory Pool

39,429 transactions
27.03 vMB
0.05408988 BTC
Random Selection Loading Transactions
Max Size: 141.20/200 MB

Candidate Block

Mining Attempt 0e2ba47ab6b2bae5e124e506d058ee23c31c93ce660e143e00a2e837a9e25a85
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 784b5fe06b904ed444c62ebcc6b6464c5e05a622aed9f53dc7585ff941315b6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,843
Size: 1.00 vMB
Total Fees: 0.00399663 BTC
Feerates: 18.19 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (204,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,843 710,843 0000000000000000000563d5f1c781d9bbfc616e9d9f0b00eb1567a580673b7c 2,958 1.00/1.00 vMB 4
710,842 710,842 00000000000000000001294d40a55461a7d5c915aaa037db4b6e596a52b51d36 3,005 1.00/1.00 vMB 20
710,841 710,841 000000000000000000065822c7dbec66dc26ab50864d41ffe3356dde5c946fb5 2,449 0.93/1.00 vMB 14
710,840 710,840 00000000000000000000afcd198885d9a11e0c1078aba5ad3b20ac55a75195b8 311 0.96/1.00 vMB 2
710,839 710,839 0000000000000000000b0d9ff3b9b77295ae1a9708bf56d4d23eac68b55db11b 2,775 1.00/1.00 vMB 11
710,838 710,838 0000000000000000000765a8f20d33953a36dd9be766753a6e491b1519e8014e 2,342 0.95/1.00 vMB 10
710,837 710,837 0000000000000000000333f574f9d923d7cf6f1075cbf16cc3a2c3cd64807578 495 0.91/1.00 vMB 4
710,836 710,836 0000000000000000000931951efd56db8d9b919ca6f346890a452d29ece5ec7b 2,100 0.99/1.00 vMB 2
710,835 710,835 00000000000000000003b1c46dc833a3fe7145f29288dd7dfba8c8e9e21a725a 3,014 1.00/1.00 vMB 7
710,834 710,834 000000000000000000042de275a5cf7e50b55375025d3dc59d1a53a58b268e2c 3,268 1.00/1.00 vMB 20
710,833 710,833 0000000000000000000819f4e23c6e1f6e0150659c4050df7e17c93e58de4983 2,487 0.85/1.00 vMB 9
710,832 710,832 00000000000000000004933f50eaceb7c88c5099a58c38fa474abe8ccdb8bace 1,678 0.60/1.00 vMB 10
710,831 710,831 000000000000000000050c82971ab69d5d38f935b443eeb93a04961caa379186 419 0.14/1.00 vMB 8
710,830 710,830 00000000000000000000f932e6db5ce1c389100a8a1b85a8e7cec6439e1e2a1e 2,353 0.95/1.00 vMB 8
710,829 710,829 0000000000000000000b65f0ff361f567fcbfcc0c48fe8482b6224216aa8e32f 275 0.38/1.00 vMB 2
710,828 710,828 0000000000000000000329cf80c8d05e34f6626fec82b90dbd83144170ae1072 1,386 1.00/1.00 vMB 5
710,827 710,827 0000000000000000000188d66aa7d0e895beb82075287b5b30b1e2c704a65072 372 1.00/1.00 vMB 2
710,826 710,826 000000000000000000089bd400511c2b691f0de3d062d45c673b50279376250e 453 1.00/1.00 vMB 2
710,825 710,825 0000000000000000000a70ed8bf4c6b8ce5abd202096a858a57240397e49f48f 2,470 1.00/1.00 vMB 8
710,824 710,824 000000000000000000097a0aa94284b6cc15f5fc26db30089c9bc06814f4398e 1,838 1.00/1.00 vMB 6
710,823 710,823 0000000000000000000ae992ea5df3590a7378bbeca48154e5bf85a6b38b4b2c 1,435 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.15 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: 652.92 GB
    • Received: 13.81 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.