Loading Tool

Explorer IconExplorer

Memory Pool

74,443 transactions
27.46 vMB
0.06471658 BTC
Random Selection Loading Transactions
Max Size: 167.87/200 MB

Candidate Block

Mining Attempt e2541e8dde30ce415a569ac71fcc0a8883cf3097383d2ed78d2de84f1988caa9
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 0f103d4fc6892576b28b15349e00d4c478e12758bfae2d100ab7f2d8a180b292
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,041
Size: 1.00 vMB
Total Fees: 0.00611069 BTC
Feerates: 50.34 > 0.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (600,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
314,881 314,881 00000000000000001387d275d624718d13c9c7bbe53d03cbbc1152002b3195f4 128 0.12/1.00 vMB 18
314,880 314,880 000000000000000016580f83eeedda79ddf39816e64ac6c48adfa9ec9492b2a1 93 0.04/1.00 vMB 26
314,879 314,879 000000000000000035e9a6471e6aa9c5fa19a7af1ef256cba71eba8b78c85ad0 339 0.25/1.00 vMB 22
314,878 314,878 0000000000000000081cff4ed6bfe2a321db1f285a0fa1d4f360d79ad04b641d 101 0.07/1.00 vMB 22
314,877 314,877 00000000000000001fee7ab8e8a8c8f586dc38e08c67fa6a6190875fd5d3d68d 217 0.11/1.00 vMB 28
314,876 314,876 0000000000000000181d17df383be0521f135fc5cfdcbb7216b2e246f03d221b 184 0.14/1.00 vMB 19
314,875 314,875 00000000000000001d46e427dd17e01baccff0e0d242c76dadfb709bdccf3d46 17 0.02/1.00 vMB 8
314,874 314,874 00000000000000000de59d35f1191d17b10aa8e12b34d97669e5cd1e32ca8305 162 0.10/1.00 vMB 18
314,873 314,873 00000000000000003620b37f211d2ffe7842bca0aa66d5c9ec8caa43a14d1369 520 0.40/1.00 vMB 19
314,872 314,872 00000000000000002e6a8ffc4d4be8fdec08efe48db11242f37382b095e57c91 32 0.03/1.00 vMB 19
314,871 314,871 00000000000000002937c61161c3f06e90b8193f4ed363ae050a7b61f0c33fac 59 0.04/1.00 vMB 21
314,870 314,870 00000000000000003570def9df958561c49ac736e3e4324cae446d0244badff7 299 0.14/1.00 vMB 28
314,869 314,869 00000000000000001df967c3b015fab52d90fa872e40beec0f31c9a6ef01ecc9 146 0.18/1.00 vMB 16
314,868 314,868 0000000000000000203aebc5fd46b9a4cd323873be5cd28be36d9a69943f3f49 1 0.00/1.00 vMB 0
314,867 314,867 0000000000000000035de5f86028c99917f6bf3290c81d2a3d8e5d4bb8d913d2 1,294 0.74/1.00 vMB 24
314,866 314,866 000000000000000032c99d2a89f26b0db8042be491eacf1810faae2c3ad25e0d 472 0.29/1.00 vMB 24
314,865 314,865 00000000000000001a77f8f1c0ebfcd01cc8df9188af1d760a9198fbb0f1e145 102 0.05/1.00 vMB 26
314,864 314,864 00000000000000000595d8da50b52f3dd78ee19400743f733649618ebd00b2cf 368 0.24/1.00 vMB 21
314,863 314,863 000000000000000005b792574f8b8e3e9be5cc35c8da34b6ba4e0f845f4bfe1a 372 0.18/1.00 vMB 30
314,862 314,862 00000000000000003306ccc7fac51c048a2335ae605afc17427db9b307d45114 51 0.03/1.00 vMB 21
314,861 314,861 00000000000000000800d2416c1a61f4b4e7d203bc515b442d59cf1d9f0ff7bb 249 0.10/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.