Loading Tool

Explorer IconExplorer

Memory Pool

37,768 transactions
18.38 vMB
0.14427192 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.53/200 MB

Candidate Block

Mining Attempt 32e596d30a5d9bf70c1d7212243a00b11e620df93bd529a38a87f6da8167b6f1
Version 20000000
Previous Block 00000000000000000001f086ac1d38071ef808576f4e78d46d6da47881545f66
Merkle Root ca8044518fa6d68169a41e1623edb2500bc15f442f58d9504417f4fe607e39f3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,300
Size: 1.00 vMB
Total Fees: 0.02551066 BTC
Median Feerate: 2.95 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,328 (660,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,944 252,944 00000000000000370404c7017fa4712d5d2e30fa089ddf4ce31aecb5cd70a48f 641 0.25 vMB 154
252,943 252,943 0000000000000014b9e89118cbac42e66674888c4c885476b9adec52687c6fa6 169 0.07 vMB 171
252,942 252,942 0000000000000031f8722eb19e275d89d252099ceacbd80fc5a944bfe01dd2f0 182 0.09 vMB 113
252,941 252,941 00000000000000018814e6db7874a76969358f85d260b6a84765bd1302cf78f3 405 0.15 vMB 100
252,940 252,940 0000000000000037687034ca45ba43ff14b551210a4dfb1e3e991e46df64a864 128 0.06 vMB 127
252,939 252,939 00000000000000339c5f911897ca0862e8614f2a64ec021a206b007dec4d7062 304 0.14 vMB 110
252,938 252,938 0000000000000028c116a7221343651713225c29f55f3079e7e9ba180228b304 336 0.14 vMB 107
252,937 252,937 0000000000000029a170d46da4dac50ce29ef199524adc28c6463558629e83af 429 0.22 vMB 68
252,936 252,936 000000000000003c31bb8cd3836694c790ef1d563cb8bcdd4fca50a9afded4df 151 0.09 vMB 103
252,935 252,935 00000000000000318ce4b3a03c68c4798b81a9c5061cbfaa08ad9e946fdabc83 627 0.25 vMB 67
252,934 252,934 0000000000000041c1022f439272454a68b9cdbbe58c9d0311b036b016ed5d26 621 0.25 vMB 133
252,933 252,933 0000000000000036595140b91caccdb5db2c7321856e17152e5c5225234585d1 574 0.25 vMB 160
252,932 252,932 00000000000000509bc42fad7d132c14cb0355d9b99bd1f802bc51acb4c326b6 637 0.25 vMB 150
252,931 252,931 0000000000000052e183eab25d444d4f0b1e7c3e2d8881de825e20b18169f9a8 79 0.03 vMB 79
252,930 252,930 0000000000000027aa22467ea1c739b62a235d9989401c79e312d1f63995083f 94 0.04 vMB 94
252,929 252,929 000000000000002cd2d63bb8af69b967fae1175f4aef4e6a92250abf461948e7 410 0.24 vMB 68
252,928 252,928 00000000000000148e936b7ab7dad8e374675c331358783979b8c6cf7db4182e 668 0.25 vMB 122
252,927 252,927 000000000000002ce9be6443c0d81f132c4ec1c539a2b2fd66dc2712bbafdb6f 398 0.25 vMB 116
252,926 252,926 000000000000003b040923392a609a5c2bf980345ee0b11c7b612f550ab048ff 741 0.25 vMB 213
252,925 252,925 000000000000000a7d86503f2539510cf020edcca6b9098e4d4ae8817c5e3790 348 0.20 vMB 59
252,924 252,924 000000000000001b981d5a6590a6c2f11879c3e3c4d8455fa39689aeb0ef5832 584 0.22 vMB 111
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

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