Loading Tool

Explorer IconExplorer

Memory Pool

15,043 transactions
8.08 vMB
0.04075383 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.06/200 MB

Candidate Block

Mining Attempt 338c1908ecd078eba7e6138c426221785e5d4cabdfea49edead0b4a793a83652
Version 20000000
Previous Block 0000000000000000000203302e24479af4b3e218e63b80fdd1783df3ad1b1934
Merkle Root 62031b5f45fef44f3bb5625b413e21d1542f556d2e0a7f1237839c4393faf46f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.02384429 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,381 (758,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,952 154,952 0000000000000dd83b643bbcf10e08d1aa2524c64738718b744f65fa1fdf074a 79 0.03 vMB 96
154,951 154,951 00000000000004ae837c434a1d3550957c833a72d8f54e9d63038940a0f776f7 154 0.05 vMB 229
154,950 154,950 0000000000000c9acceb49daa63b0e53b62afc21e3b6f9cd71064d126ce1a636 78 0.03 vMB 80
154,949 154,949 0000000000000a5caed2adb7e95aa9bfbf58736aedc529c584d6fd6841437f71 41 0.02 vMB 52
154,948 154,948 00000000000007b5d4a71350fc928a82c4d9777ffdc1dbc44731362f75146dbb 40 0.02 vMB 99
154,947 154,947 0000000000000284aaa042c4d113612603cd84413e0534c5bba0e05450172e25 79 0.05 vMB 28
154,946 154,946 0000000000000ddb63946cd3092e09601dbd7e03304f5852d9f25d75fdf91b1d 8 0.00 vMB 618
154,945 154,945 0000000000000136dd4782f654b856a971adb6418c06b3324d11a8b0ba8a24f9 12 0.01 vMB 696
154,944 154,944 000000000000050dbfab8bfcab733e8d5cd5168bfd2d74b49c4e67c87c3a5930 107 0.04 vMB 92
154,943 154,943 00000000000004457c69cc867a168a5d48151cd9a8bc3588e9ebc05ea4072a90 34 0.01 vMB 0
154,942 154,942 0000000000000521ca0a109aafa28ccbbf9397f4f525e4103a9e35f53dcddf02 19 0.01 vMB 63
154,941 154,941 0000000000000c935b83408d9e03780ddadd1d272bae11b70355e9344b6a60d9 12 0.01 vMB 0
154,940 154,940 0000000000000c1c61784f8bfc60dd691caed05daae939d6507e7b59e011afd1 16 0.01 vMB 53
154,939 154,939 0000000000000313fddc54562c1151346c1cb0f3dddfd591e245663f3a0639da 10 0.00 vMB 17
154,938 154,938 0000000000000630a4e2266a31776e952a19b7c99a6387917d9de9032f608021 29 0.02 vMB 86
154,937 154,937 00000000000006210b5ac03eaf57bc0be4695bb688a80fdc08f629b97f2d95e8 17 0.01 vMB 256
154,936 154,936 000000000000071d7481a6c5e9c30ffcb6e95d696e9b8d0b20e74ef66a75197f 30 0.01 vMB 252
154,935 154,935 0000000000000b552880ced4741dcdc727475bcf362c6fc5843b3d6522dc9362 18 0.00 vMB 51
154,934 154,934 0000000000000511d979e5532b2ea40bf52c5870ffb9b54efbaae987766f7eb9 7 0.02 vMB 47
154,933 154,933 0000000000000c310371b2aa3a946d86cb457799d4053fc5226cab6ec34f6edc 10 0.00 vMB 68
154,932 154,932 00000000000007eb29b3edc75c1eecc0f96856f56b9c22a5ef1465a218256ce5 14 0.01 vMB 129
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 223.15 GB
    • Received: 0.84 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.