Loading Tool

Explorer IconExplorer

Memory Pool

15,362 transactions
6.25 vMB
0.07357348 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.94/200 MB

Candidate Block

Mining Attempt 198a9771109c7bc06716726d47c770a0d8f2ba5996a1018dd2dfe2366dfb889b
Version 20000000
Previous Block 00000000000000000001cab3eb2a8339cf2f1dcb5c1019b9c58236a19ab8b0ed
Merkle Root d48332994e10a4891b010223203e44d2a4c34663dac47a8c2b32dd2fab90ed63
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,977
Size: 1.00 vMB
Total Fees: 0.06160996 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,455 (185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,270 913,270 00000000000000000001d4db4212bd2a9d30c31a19bec91855ef8b1e94270e02 2,065 1.00 vMB 1
913,269 913,269 000000000000000000008f72020632543c2c63297cfa6c30b9f0bd4d1de78fde 2,979 1.00 vMB 4
913,268 913,268 00000000000000000001530a20beec44f441fcd2f11c043c9def1be3734737b0 4,420 1.00 vMB 1
913,267 913,267 00000000000000000001fea1588b4b4f929e16e6e08b94232fae375faa07f018 3,702 1.00 vMB 2
913,266 913,266 000000000000000000018eab10ddcf85f1944289424b7c1dffa0070c68f24054 2,798 1.00 vMB 3
913,265 913,265 00000000000000000000cc96f30be2c4220dfaf667ff9a2b08a73def710d4300 597 0.23 vMB 6
913,264 913,264 000000000000000000012e07ba94475663ae1d584952bdf58485253bce166d59 4,720 1.00 vMB 1
913,263 913,263 00000000000000000001e08003001512c912a06ddf4367700b73200ba577b3e5 3,697 1.00 vMB 1
913,262 913,262 00000000000000000001386ebed2746bb8d851603ed5cac3ea32e7482fb9802a 1,927 1.00 vMB 2
913,261 913,261 000000000000000000013123988abc7e70cecd007d76e91539a395cafd06f0b9 3,587 1.00 vMB 5
913,260 913,260 00000000000000000000e9d46e360184f38b44357c3541fd995f25aee0f3c408 3,008 1.00 vMB 3
913,259 913,259 0000000000000000000011b90646ca98d1dacc51126e05534d1d1ebc1f8e7189 2,504 1.00 vMB 3
913,258 913,258 0000000000000000000201c7803ec5225d4d978914d61c1230687767445766fc 2,797 1.00 vMB 4
913,257 913,257 0000000000000000000118820c806c503bb02e8f83d4426bdfb78c7cc41f7520 3,255 1.00 vMB 2
913,256 913,256 0000000000000000000063bb7d1f91f56a144dace350bba94a56adaee98d3add 4,635 1.00 vMB 1
913,255 913,255 000000000000000000009899a66d9ed0e5d2247b8f4b5f44120955a8c7ffbf95 5,506 1.00 vMB 0
913,254 913,254 00000000000000000000c93089a80e191ce29ff27268dd121a15c8f47707e78f 4,780 1.00 vMB 0
913,253 913,253 0000000000000000000195a74a9f1b08b2bcfff003e39cc35d6b84f58b88b907 3,310 1.00 vMB 1
913,252 913,252 00000000000000000001525ca79a5928e01ae69f067bf154460c8ad0bffe4173 1,492 1.00 vMB 2
913,251 913,251 00000000000000000001d0617f024878b1b8c1397157f24831866ff78369eb59 2,945 1.00 vMB 4
913,250 913,250 0000000000000000000192f7f7f29540150f204e06421cc00ad7343613157401 4,023 1.00 vMB 1
Previous 10 blocks ↓
Total Size: 779.66 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: 312.35 GB
    • Received: 1.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.