Loading Tool

Explorer IconExplorer

Memory Pool

81,815 transactions
30.32 vMB
0.16853020 BTC
Random Selection Loading Transactions
Max Size: 183.09/200 MB

Candidate Block

Mining Attempt b47b2c38c66352e612ae0b59b532b432afc72ac9b4ad19fbb35ba1cf95814cda
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 5861e0234a09bd79ac4b1983de3c0bf2fb355ad97048493c854dff90677114fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.09208522 BTC
Feerates: 502.67 > 9.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (815,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,354 99,354 0000000000023fe201d8561fc23290b80fcc29268e31d74396b5ff8d80b3481b 4 0.00/1.00 vMB 3,496
99,353 99,353 000000000000950970eef8071afd4010e5d47abcb3e1daef7ac1e63a99507758 2 0.00/1.00 vMB 6,289
99,352 99,352 000000000001ce3b8fded41c0264f7b7e4e6abc4b45211151113ee22d01348fa 1 0.00/1.00 vMB 0
99,351 99,351 0000000000031bf362f18dfbce029324c80ef6f4b99b90cddfb873c9dc9bb957 3 0.00/1.00 vMB 0
99,350 99,350 000000000002552e8cec5965bff2ae84125b01e23b322b237e733f457dd6cb06 1 0.00/1.00 vMB 0
99,349 99,349 000000000003dd6e54bb31376a604e94d0148c47c24176c29d4081fca58cf301 2 0.00/1.00 vMB 0
99,348 99,348 000000000000683c8097f78bdf1700221f7bde8c90f6398580a259e9d4b3b08f 7 0.00/1.00 vMB 0
99,347 99,347 000000000003c444f192364f3c853388b6c7e3e4857248961dd3f473c4312eec 5 0.00/1.00 vMB 0
99,346 99,346 000000000004121716dc13ac9e3b023eec4e561c37e9b6d5626e0ad088d78b39 1 0.00/1.00 vMB 0
99,345 99,345 0000000000002dadde00fcfd0363c6be2a7fedaba9240d2b67f18284bbdafd83 2 0.00/1.00 vMB 0
99,344 99,344 00000000000251794dade6b9ba4a1c56b1e6337e5a9d6ac4573dec91484272f0 1 0.00/1.00 vMB 0
99,343 99,343 00000000000223a28b7ba9408489adcb463d27ba2fdd1eb5fed3a9ee9c012694 2 0.00/1.00 vMB 0
99,342 99,342 00000000000134da242f47a5ba793e0e15359c30b6f5fb37649d9f8648e33d70 4 0.01/1.00 vMB 0
99,341 99,341 0000000000040795899204c5f26051e0e35a54d73e3ee65077fb072849594959 2 0.00/1.00 vMB 0
99,340 99,340 00000000000146d205cc6d17a4c444fa0d92dc3d55ac93b9a53dc24701911d66 1 0.00/1.00 vMB 0
99,339 99,339 0000000000000d4c6fe84c1c482112ac310033a5b69814d7c82ba1ac213b7ad1 1 0.00/1.00 vMB 0
99,338 99,338 00000000000021dac18e6728aaa9969f379f88f23578e8ed1459644b6b4eb2df 3 0.00/1.00 vMB 0
99,337 99,337 00000000000071c99dacd0becee5f047d5c3469ffe71de0f3b139eb75254fa3c 1 0.00/1.00 vMB 0
99,336 99,336 00000000000019d2c666f836bed589684af745b537c92d383c56cde14b0500d8 1 0.00/1.00 vMB 0
99,335 99,335 00000000000072c78735f9aeee1942d4619edd7b60ebbcb69bd19aaafbeb58f5 12 0.00/1.00 vMB 0
99,334 99,334 000000000002858a7ee2991ac68a8a08fc360ad40e45be7977bde4beff5fd332 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.