Loading Tool

Explorer IconExplorer

Memory Pool

42,815 transactions
30.58 vMB
0.06917031 BTC
Random Selection Loading Transactions
Max Size: 155.50/200 MB

Candidate Block

Mining Attempt 290347a0551511e1d0003775022b73fc264cab3dafefb8e859e77625d583fe96
Version 20000000
Previous Block 00000000000000000001c7bd2722415c2775b2fabf64f064d602061b58f6a5e3
Merkle Root 1a43ed2bd3393aa924af4abf5a1238d314f58a62522e4885235e41c606f1fc2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,338
Size: 1.00 vMB
Total Fees: 0.00789330 BTC
Feerates: 85.41 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,454 (456,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,147 458,147 000000000000000001494d9fad111eae724b4367e99ccb8c9b55fec2e31229d2 2,065 0.93/1.00 vMB 184
458,146 458,146 0000000000000000020f61281510a5aa8e8a5d24b19ec7530c7b117171ed9bb4 2,251 1.00/1.00 vMB 240
458,145 458,145 0000000000000000012dfb820131f58108f1b95b308c6f2985e3fb984140ada7 2,214 1.00/1.00 vMB 220
458,144 458,144 0000000000000000008018c32f3021254048c1f5db88fb34a8b501f67bf0b12e 1,617 1.00/1.00 vMB 236
458,143 458,143 00000000000000000012e887b81bdb5a815c5913646b00cbd9b8830deea1995a 2,080 1.00/1.00 vMB 303
458,142 458,142 0000000000000000006aad3f5ef65dfcb517e3bede23aabeac079eefb15db57b 2,047 1.00/1.00 vMB 187
458,141 458,141 000000000000000001053d91572972ee6e053fce39596af835df8ba956a9d80e 2,091 1.00/1.00 vMB 169
458,140 458,140 0000000000000000013dc2df36f3caa4ca4ebde2eaad9317c41700e69939a42a 2,253 1.00/1.00 vMB 181
458,139 458,139 00000000000000000006c785a9a025eef240c4621308ae05f88bc1a64ee9526b 1,583 1.00/1.00 vMB 212
458,138 458,138 0000000000000000013a5f6cdde5bd63cd1ba9eed171b8b66b955fab0951aa9d 1,344 1.00/1.00 vMB 130
458,137 458,137 00000000000000000237e34727b6c05742db63bb5e9de2649c8c7d1fe4ca8099 845 1.00/1.00 vMB 118
458,136 458,136 000000000000000000582c08308e49ec9e7a921b4d257f44f34903ed1ee7b9ef 2,321 1.00/1.00 vMB 194
458,135 458,135 0000000000000000001725154df185cc8e9b3dc11b05462c760d439ab82db651 2,693 1.00/1.00 vMB 125
458,134 458,134 000000000000000000085348537623ff57f1b4f8c0fbe205ae6ecbb2f8fd5cd4 2,501 0.99/1.00 vMB 132
458,133 458,133 0000000000000000024546c1afc90039817fa3d4d806883eb87701a09b32d7b7 2,593 1.00/1.00 vMB 198
458,132 458,132 0000000000000000001910817f5e9208c57ea6dd00ffa2aa61a05505bbb3ba04 1,996 1.00/1.00 vMB 184
458,131 458,131 000000000000000000040fe345fbe43f98d92faf28d53805df022ca9fa394dd7 2,574 1.00/1.00 vMB 212
458,130 458,130 000000000000000000766f3c47622a6fa441cdf4f9260351d398abb523c20e49 2,918 1.00/1.00 vMB 222
458,129 458,129 0000000000000000014a3b6af26fd4c10fff1f9c39b34423a546d0132807de45 2,421 1.00/1.00 vMB 205
458,128 458,128 00000000000000000064f9a455c2dd28d84d5e10d8438feb2db278323d993051 2,426 1.00/1.00 vMB 188
458,127 458,127 0000000000000000001bd37fe9996d0fc3454a04b7a454c3a095d16a29b0f609 1,067 0.49/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 781.41 GB

Node Details:

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