Loading Tool

Explorer IconExplorer

Memory Pool

24,017 transactions
10.56 vMB
0.03001149 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.37/200 MB

Candidate Block

Mining Attempt 95e0ded51b1a78cccda4b699a9e5b11f1b1bf22fcb58a37fd539fb000b1a3148
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 40a8ec8589ba7ee02ebb8e8a4e7845cb494a63df9d72d715006be3daff175b2e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,635
Size: 1.00 vMB
Total Fees: 0.01256272 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (661,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,124 252,124 000000000000003e2802e2f9b13f68ca0fd8c1c1918191d6be3ba97d82e9e362 301 0.12 vMB 70
252,123 252,123 0000000000000031f2dbcc05ad884f9ded374352dc45695857299153715cc927 512 0.23 vMB 206
252,122 252,122 00000000000000202d0d00a2f06431bf4be638eabf9de25d57c438c278df8dcc 672 0.28 vMB 153
252,121 252,121 0000000000000025f200e05a628730ee5448410c6925e6f87bd4ef112d2efe74 175 0.08 vMB 121
252,120 252,120 000000000000004ffa43a3fa8833d628644c477556aabd836d623d824311fb91 323 0.22 vMB 48
252,119 252,119 0000000000000043ca35cdb46e23f20a35750029a47237e6dde33627aa917cb7 512 0.24 vMB 170
252,118 252,118 000000000000003d4b34cc0d801affe5497e71e565088ab2fe2003a668cf2f10 515 0.22 vMB 119
252,117 252,117 0000000000000009f6575c7e03d78b3296ecc9cac9fe081cd71391e4b62a18cb 512 0.22 vMB 205
252,116 252,116 0000000000000041c824424e7fcb1fa6316c552264db9c42d4c20b419d176ba4 68 0.03 vMB 11
252,115 252,115 000000000000000721f72dc7da3cf8a9b820dab149e08b7ceffef904ad5fadcc 484 0.21 vMB 131
252,114 252,114 0000000000000047156ad42019960cf610999161ba66eeef659d03b35e142889 177 0.07 vMB 89
252,113 252,113 0000000000000018003644b1f919f26fa0f7f4c4db9de65ab678d98b1e3fa1a4 91 0.04 vMB 38
252,112 252,112 000000000000002164d3ad303cefa3d18489c55864539504d898b7809a02b309 413 0.18 vMB 142
252,111 252,111 0000000000000010317ccf2fbf695b7387b288862ca8427d20258c9da7ade1e3 91 0.05 vMB 98
252,110 252,110 000000000000000438aebc2cd33025feabec4e471b5ad720b8b396a8c78d6ac1 163 0.09 vMB 129
252,109 252,109 00000000000000317ef4753d165294a8d48f4d1dd999413fb457ed003647f985 307 0.23 vMB 98
252,108 252,108 0000000000000034ad76e6e1981a6ab8ee66d775aedb52c389d0a9139a8e98f2 450 0.20 vMB 134
252,107 252,107 0000000000000025304e4b8d70b882d71a14d20b982fced70b4e689b22a0d28b 129 0.05 vMB 104
252,106 252,106 000000000000000392660a659fee1aecbc20956bec0dc84b1dc80a7019c75430 195 0.09 vMB 131
252,105 252,105 000000000000000b34c68f7da8d46c944915470932f3174b4971cda2dd03c5f3 103 0.05 vMB 50
252,104 252,104 0000000000000043f72af7ee1a546d66007c81aa6c4fb0fbfda1914d15595192 514 0.23 vMB 147
Previous 10 blocks ↓
Total Size: 779.77 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: 397.05 GB
    • Received: 2.03 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.