Loading Tool

Explorer IconExplorer

Memory Pool

53,279 transactions
31.75 vMB
0.12388368 BTC
Random Selection Loading Transactions
Max Size: 170.00/200 MB

Candidate Block

Mining Attempt 0c3c00a523fb5b2487fe3860b5de8febafc09cb028cda6beb96ffd340582497a
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root c184af02d0f0da98338f1625937d48ee239d604fc5a1fc22db8efcadeecb5e10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,398
Size: 1.00 vMB
Total Fees: 0.02899913 BTC
Feerates: 73.20 > 2.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (677,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,415 237,415 000000000000004b27d164492ad79ba0f0a8d0cee52e2a8f53a56e928946e7c7 693 0.25/1.00 vMB 233
237,414 237,414 00000000000000891c77ca25780eb2d7cee1a6b55fbefaaa83e8d0589938828b 252 0.13/1.00 vMB 142
237,413 237,413 000000000000000ec4c48348a8d4419cffe704667b3013a3a07bac6e1ef3fec4 278 0.25/1.00 vMB 67
237,412 237,412 00000000000000c7450a876a9cef869341d877031416239bce24a4c783983d8b 669 0.25/1.00 vMB 198
237,411 237,411 000000000000011c6238ba7a5c9c6c94fd50498cd66e8178b7e05badb551b1b3 677 0.25/1.00 vMB 220
237,410 237,410 000000000000015a0d88c0c994375fe6d7e6137e0f71b1ff2c4512149795fdc9 312 0.14/1.00 vMB 154
237,409 237,409 000000000000015a958219acfada98e9881664f54c0ae4401f0eeaadfa4e0e00 143 0.07/1.00 vMB 90
237,408 237,408 0000000000000150e4eb78650aff9848cb0d79474eb09191098d68383960050d 450 0.25/1.00 vMB 132
237,407 237,407 0000000000000042943206e235fb5aa2b225d3241539eb6e0f1daff9a675faeb 415 0.30/1.00 vMB 94
237,406 237,406 00000000000000d87c2f1226dfde36c536c4c11288cc949d3bd595ea3ea5fbff 652 0.45/1.00 vMB 127
237,405 237,405 00000000000000384a7606273b4d1b03e6a0d6fd35ae1ea07f5f4209a5999adf 741 0.25/1.00 vMB 272
237,404 237,404 000000000000000dc4e0ec58b5d0f872f50ad0ee9f824c973e214911b8584bc5 632 0.25/1.00 vMB 170
237,403 237,403 00000000000000f3f9e4440e0a9ac5f72108dc30afb3eaa99dbb6d41a98d1b8c 900 0.25/1.00 vMB 324
237,402 237,402 000000000000009ef2ae68d0c703871dca15948e9e39ac48e1782ea258fe09e6 112 0.09/1.00 vMB 76
237,401 237,401 00000000000000d6b9e4ada63ef9193f820c189ab272aa14525411818b2b4c54 669 0.25/1.00 vMB 205
237,400 237,400 00000000000000fc9bbfd92c77543219f2f4a58c7f72b6045faaac6932a827f2 85 0.04/1.00 vMB 55
237,399 237,399 0000000000000105e3e6582bda430adac05e14eadfad0c1b7ca17233240bc497 812 0.38/1.00 vMB 156
237,398 237,398 000000000000002e1bae593070caa3c05fa5f7ecbcd9b0a402889786a9626478 442 0.21/1.00 vMB 170
237,397 237,397 00000000000001643ead8ba450ec9edacd22a4fbd2327371fcbe5e703a078608 112 0.05/1.00 vMB 272
237,396 237,396 00000000000000cf116ddcd7952f4b497ce2e81e0fe22930e812b3a526e547af 129 0.08/1.00 vMB 129
237,395 237,395 000000000000007f2e9548fd387596cf9002c0458fa85c04ac681b92bb963e7b 128 0.04/1.00 vMB 315
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.