Loading Tool

Explorer IconExplorer

Memory Pool

75,952 transactions
28.22 vMB
0.08383742 BTC
Random Selection Loading Transactions
Max Size: 170.94/200 MB

Candidate Block

Mining Attempt 3b97ba4704d009be16d474918fd690a6ee2dd0a7cedfe603ca3dc5e19c8b99db
Version 20000000
Previous Block 00000000000000000000440e4558a936519a33c093ac7ba767b097ea0c94dc70
Merkle Root 86db60f3115ab44562068ce9a039ff7f65e23de0edfac5687152ac3b80f3a97f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,231
Size: 1.00 vMB
Total Fees: 0.02231318 BTC
Feerates: 100.27 > 2.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,296 (600,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
314,860 314,860 00000000000000003099e82b5e38ddbf320f68a0a3b876c188b969113352ba12 147 0.19/1.00 vMB 16
314,859 314,859 0000000000000000121e4d45bf5f97b2edddab01880cba73e9d1284174b450ef 339 0.26/1.00 vMB 21
314,858 314,858 00000000000000002dcb3fdd206de5433073315ec107dcb90fcfee9c34a3e0a8 225 0.17/1.00 vMB 21
314,857 314,857 0000000000000000154db637a6d7a2a28a78df127b32cf3f2b8f09e7e5018d33 427 0.25/1.00 vMB 29
314,856 314,856 0000000000000000109ee15a123b0c9f3abd539a13b146ab9ba1b2ec451c6fa9 9 0.00/1.00 vMB 25
314,855 314,855 00000000000000000c710031e574fdc21f75083c6b4d063a1e3f660ec23f153d 61 0.03/1.00 vMB 26
314,854 314,854 00000000000000002f326c63cde390d63493029c986decc34380b32b1bfbc78f 215 0.11/1.00 vMB 22
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.65 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.