Loading Tool

Explorer IconExplorer

Memory Pool

40,218 transactions
28.92 vMB
0.09225450 BTC
Random Selection Loading Transactions
Max Size: 147.09/200 MB

Candidate Block

Mining Attempt 9d993bf0825bba1d988dca3e98feaeb923dd932eaeb74f983e2f23e330697b84
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root bbe1610163f3e32a1962c55dd81c0062f55642fef84ee49a5233d6a410e2df43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,064
Size: 1.00 vMB
Total Fees: 0.03597664 BTC
Feerates: 101.65 > 3.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (888,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,529 26,529 00000000e9dd551914f08e77ef287738cb142b7ee83a30cdcb07b39eff1361cf 1 0.00/1.00 vMB 0
26,528 26,528 000000004c945236c7eb747615f7a01fba948432df814eaba57adecbfae88289 1 0.00/1.00 vMB 0
26,527 26,527 000000005d467087a7e33c9533d681acbc5bd68e52903bd77a1dbb06e118e9a0 1 0.00/1.00 vMB 0
26,526 26,526 0000000059e6ed633445c131bfee72a854f7aaf7c6d264913fa7ba9753590754 1 0.00/1.00 vMB 0
26,525 26,525 00000000e66b05c9c199db66a4a3ff925f57c03694312a7585bc7447ce4c4745 1 0.00/1.00 vMB 0
26,524 26,524 00000000792fe235276bd04c0d622aa2ee03dd3fbec54e3c9219c554577fbb28 1 0.00/1.00 vMB 0
26,523 26,523 00000000f00827022c8b65e48d31df17479df519be37d3f5a7f66fc119b17616 1 0.00/1.00 vMB 0
26,522 26,522 000000002cfb7bdf21027c48eeea28dfb78fc77a5d0c3015fff268d95ca7c3f0 1 0.00/1.00 vMB 0
26,521 26,521 00000000f004dae2a16ac7bcc08fd90f6c8743df3e8993601968b0b403dc162e 1 0.00/1.00 vMB 0
26,520 26,520 00000000ff432b23526727e37a9929be96d808b1eee028fafb899e2a8d86ed2d 1 0.00/1.00 vMB 0
26,519 26,519 00000000db610a056fc14468db5511f36a63aaa8453851d996b4cf1c1e178778 1 0.00/1.00 vMB 0
26,518 26,518 00000000cff2f1bc1d8bce2af230c7d2f7e86501f40c10b6c86eaf98135aee47 1 0.00/1.00 vMB 0
26,517 26,517 00000000cfbdf58f36165c7c84e639b56607335d851548ccdae61a2a63f25cba 1 0.00/1.00 vMB 0
26,516 26,516 000000004abce48633b493302d743259b567124d8b8c2fa9c76797548cf899d0 1 0.00/1.00 vMB 0
26,515 26,515 000000009c04ca2145690be4c3173c8988d20dd4dc827a4d866cfb52caf637bd 1 0.00/1.00 vMB 0
26,514 26,514 000000006d48e3ca2ddd6be2710d2494d6133de9c3f31afacf80a2e027645755 1 0.00/1.00 vMB 0
26,513 26,513 00000000ac3af5df96e5fc51287e4e7b32154f3a09abbc5a1176b65d9e5b7eef 1 0.00/1.00 vMB 0
26,512 26,512 0000000037c0fdc113c35e6ad015d1953a4fc3ce67c5c54fbd758fd85fa863b9 1 0.00/1.00 vMB 0
26,511 26,511 00000000df0c0c64db5bc35fa5cf248d0b31b353c2427fff90256db06f82b681 1 0.00/1.00 vMB 0
26,510 26,510 0000000032463542a8788fbf105e60082b2f1cc6fcb74c6dcf14845e219740d8 1 0.00/1.00 vMB 0
26,509 26,509 00000000fb5b71fbf2854ad91c98513a64dfccc421c6ea3cd3bddc56b3133f56 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.