Loading Tool

Explorer IconExplorer

Memory Pool

17,005 transactions
3.83 vMB
0.01333684 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 28.65/200 MB

Candidate Block

Mining Attempt ba6e5c8743264863ceb65e243b66b2b6634509137298473d45fdd1317b84c1fa
Version 20000000
Previous Block 00000000000000000000e95dc9b7debc8998f45c4859683896288d3059df60a6
Merkle Root 541ef9c9c2b014bdd1b5b17da8bc66321ca433bef9a0860bda1de3820b334b02
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 197
Size: 0.15 vMB
Total Fees: 0.00392608 BTC
Avg Feerate: 2.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,986 (785,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,434 127,434 00000000000024dded6ae61d3f4ab784295e662010d4df38bbb1ca01521e64fb 0.00 MB 2 0
127,433 127,433 0000000000001373d302c950d98e7172804f2a3728d666200c93f3aee429c51e 0.00 MB 7 593
127,432 127,432 0000000000000a8616c416583ed303eb565aaf7f99cca06c594342dfae1ea9f6 0.00 MB 7 0
127,431 127,431 0000000000001224ae874f2a96643aefa13054095f5ae7e8a129980414df95c4 0.00 MB 5 1,035
127,430 127,430 0000000000001969ff9cb0d529dc0c194debec6e2da0c6556ed413cc367385fb 0.02 MB 43 551
127,429 127,429 0000000000001532c2d2019c1c3f3d22e508fe31e19839679bdf69e648c3b66c 0.01 MB 17 695
127,428 127,428 0000000000000d32e0dd38c2bcfe65872a54e226daefa24ed4dad609f839d5e6 0.00 MB 1 0
127,427 127,427 0000000000002284bbcd3039872087a1f6cd345ec944b92a75bfab820d2415d5 0.02 MB 32 942
127,426 127,426 000000000000085b7fe4b4d7401c5502254819c94b933ab160f823018fec04da 0.00 MB 2 0
127,425 127,425 000000000000096dac9069dda496d347f669bd27d7478d208d5962beb20fc2d1 0.00 MB 10 743
127,424 127,424 00000000000018dcb9a0078d7d8cfdc3a17e70cc5fcde93122633a207e82d90b 0.01 MB 24 5
127,423 127,423 0000000000001e6d1c6289bfe0cfc5dfa995a75208bf3d76bdfb7266d8c6b3f1 0.01 MB 29 493
127,422 127,422 0000000000000689050766cff8f82732d47291824a32a1f8376c9db190df8b5e 0.01 MB 43 2,916
127,421 127,421 00000000000005def110ee5d322ed56385b805e22b1de95ba870ca94a98b56d5 0.04 MB 106 442
127,420 127,420 000000000000069aeaf6afc2a3e528bbaee90a876181a902a680bb6bb9bc3fc5 0.00 MB 10 436
127,419 127,419 00000000000025b0968419acd3dbae3cc904b1d8590bc03439d33c6bc3b8696f 0.00 MB 17 446
127,418 127,418 00000000000004b841b7ba266e2e4f5b821b2b606bf62e01f9953efb7604aee8 0.01 MB 14 1,179
127,417 127,417 0000000000000052e4ca2a4e62e3ea14d8f2b7bed2906d63513799568389e669 0.00 MB 2 0
127,416 127,416 0000000000001fde834985d5c069be94284cf46297f2fe710d694c0fbfeb2e60 0.01 MB 44 256
127,415 127,415 0000000000000dd74e3df26cfed262e38ff93b5a3457c0831fe416e9b09b2d63 0.01 MB 28 1,077
127,414 127,414 00000000000009aae2baed66d79e26310f016b3ab5402fe5de426a608fc0eb19 0.01 MB 7 190
Previous 10 blocks ↓
Total Size: 778.82 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: 362.80 GB
    • Received: 3.27 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.