Loading Tool

Explorer IconExplorer

Memory Pool

82,216 transactions
30.55 vMB
0.13674754 BTC
Random Selection Loading Transactions
Max Size: 183.86/200 MB

Candidate Block

Mining Attempt d4504ced68201b2476bbcabdb4c19285e9840b8ec185584d48b38e40e3f9587f
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 030935a406085018de97a0d5ddf6198d08fbe31608e95443a0d2790fbcf163d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,041
Size: 1.00 vMB
Total Fees: 0.05379902 BTC
Feerates: 302.06 > 5.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (292,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,731 622,731 0000000000000000000d31dc3bc8162917d428e0f609a76c8988a8ef195d1f87 33 0.01/1.00 vMB 36
622,730 622,730 0000000000000000000057a6863ec98ae86c846cde0014be6f980c644383e435 1,572 0.75/1.00 vMB 25
622,729 622,729 0000000000000000000fc0569f57bfce8dd28f6ddf48bf32e6eb0aebf2ec4b3a 2,308 1.00/1.00 vMB 13
622,728 622,728 00000000000000000004bd34a2da80fd83ac18473b362c2d0accfd869a9e1e34 1,847 1.00/1.00 vMB 47
622,727 622,727 0000000000000000001051f56d371dc4624acf2a67f7d6d8bfaa55fd573c5324 2,681 1.00/1.00 vMB 69
622,726 622,726 000000000000000000079746128a39dacdf9dfb6d3445b4b135b0b0d771da76d 49 0.06/1.00 vMB 18
622,725 622,725 00000000000000000008f633ce04dbc28b84e59a8a312189a01f17df6ff22c55 1,559 0.52/1.00 vMB 42
622,724 622,724 0000000000000000000e3ae7c702d6fa1a5058d33f945bb4039e3dd05d1ab9f9 1,290 0.64/1.00 vMB 7
622,723 622,723 0000000000000000000a352bf02053e204a0cc5a995755a147f61cca8e9681af 2,365 1.00/1.00 vMB 21
622,722 622,722 00000000000000000005d4cc2e2c5b5a483c97dc229b294eeee05b7e96be4c79 2,437 1.00/1.00 vMB 46
622,721 622,721 00000000000000000001e293a0752bbfa8e7b923a86ff6c543db305c60d4b334 2,482 1.00/1.00 vMB 69
622,720 622,720 00000000000000000006dee12cbcb31954654e0337d30c6b2a448597bcccd8d0 2,490 1.00/1.00 vMB 33
622,719 622,719 0000000000000000000575c49c7d2e7de2101ec723d2f247e79e09fedebbc33a 2,382 1.00/1.00 vMB 20
622,718 622,718 00000000000000000010b717d79e8fc5633c5bf3035052c6c3cc295e6a84748b 1,957 1.00/1.00 vMB 62
622,717 622,717 0000000000000000000c87e81fb62333fba7924c1d1778da0be6095a54941868 2,447 1.00/1.00 vMB 40
622,716 622,716 0000000000000000000cb5e5bb1cd8c6be77f3f8a0b03e9c84cf0dd9f7f7e370 2,994 1.00/1.00 vMB 47
622,715 622,715 0000000000000000000e9a5ab2d705d6d1d994d6494bac72f3746170a6d6bd8d 1,570 1.00/1.00 vMB 18
622,714 622,714 000000000000000000047aeaeef7816f30884ba267ffc9608cdefefd1deb5223 855 1.00/1.00 vMB 6
622,713 622,713 00000000000000000003a0b3b95b2fdcae9f2b99bf8266b900ff506bae96a8fe 1,351 1.00/1.00 vMB 8
622,712 622,712 00000000000000000001d832be992949c469923621d6a96ee2fb2f2eb553e61d 1,384 1.00/1.00 vMB 16
622,711 622,711 00000000000000000004745e62ffb150af1bf85b2fa2a9932c82c8da8c4f946b 2,582 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.62 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.01 GB
    • Received: 16.11 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.