Loading Tool

Explorer IconExplorer

Memory Pool

87,862 transactions
32.57 vMB
0.24827413 BTC
Random Selection Loading Transactions
Max Size: 194.67/200 MB

Candidate Block

Mining Attempt 0ae31d0dc8c50abaca2bd94818120a630ea0418d675a69e93e067cf1d850020a
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root a1c63f12af2f10d04fce266f72f75089f6773819de392a79658e7982df867798
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.10992086 BTC
Feerates: 538.26 > 11.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (502,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,557 412,557 0000000000000000002112ceb3e00fb44e89f7fe65c1e4b41ebb39ea9732fcdc 765 0.45/1.00 vMB 40
412,556 412,556 0000000000000000042631b462e1b5d23a2ee4e380e11274240426925685af7c 390 0.24/1.00 vMB 46
412,555 412,555 000000000000000002faabf78509366b7da18e5e5c5423581a709d309c20b2eb 783 0.75/1.00 vMB 27
412,554 412,554 000000000000000001570649c27962a6a69f3d18f8872b2a21d470b676bd97f1 2,396 1.00/1.00 vMB 70
412,553 412,553 0000000000000000044176c3666c7172f3667decc8f7d40a46f6a0e80f17939f 946 1.00/1.00 vMB 23
412,552 412,552 000000000000000001f1e31a291f8c7afffbeb8ba453030189f5c72fa2dc2a82 2,379 1.00/1.00 vMB 58
412,551 412,551 0000000000000000051407c58cdbd81da54132b404238792e78af6c75918cf9a 1,625 0.93/1.00 vMB 42
412,550 412,550 0000000000000000032cfd2af5cdad7f924fe1db8e262d81d8543f58d863a1a8 1,724 0.89/1.00 vMB 45
412,549 412,549 0000000000000000031eec50d50177e212df962f647e5d118ab31f36a7a645ea 817 0.50/1.00 vMB 37
412,548 412,548 0000000000000000037e6a80a65adef7369f67f32de7b834f4a65683ea7f7b1b 1,924 1.00/1.00 vMB 46
412,547 412,547 000000000000000004671cda185a8b8fc4a1a6d79609df73fb1de8f29686e9a6 504 0.99/1.00 vMB 8
412,546 412,546 0000000000000000059870eddd1362b8e25a27359939e4f3a55f09176701cb0c 1,203 0.71/1.00 vMB 41
412,545 412,545 0000000000000000004080e3fb6a03ebf368c4f5e27356a3142b9b867c845704 666 0.35/1.00 vMB 47
412,544 412,544 000000000000000002baa3403d0c87297e737ee1bc86f178013e38ff02f904be 1,666 1.00/1.00 vMB 41
412,543 412,543 000000000000000003714bd11931b934a68c00833db67fc364bc55f8ea20d6a9 1,486 0.77/1.00 vMB 46
412,542 412,542 0000000000000000025ea8d0466a24cc5b8c1ea0f72b69ba600dfd49f6de773f 666 1.00/1.00 vMB 13
412,541 412,541 000000000000000004d2da291c3724ff1b347476381af7c5e020541283011216 1,767 1.00/1.00 vMB 38
412,540 412,540 0000000000000000014e37a59a737150727f4f9b32570ae65c312f3e1f8487f1 1,203 1.00/1.00 vMB 52
412,539 412,539 0000000000000000050146ef83602dc28929aa83b9941cda25e4e994a71e6ad5 2,749 1.00/1.00 vMB 63
412,538 412,538 0000000000000000012ca42124b4d739b4e5c9a4b24c4b2beb6237a9980edf07 424 1.00/1.00 vMB 14
412,537 412,537 000000000000000004e3fb33cab7a1a00b9e832407b5f8ea5672e1d9ed309f54 1,015 0.62/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.