Loading Tool

Explorer IconExplorer

Memory Pool

80,539 transactions
30.37 vMB
0.08532407 BTC
Random Selection Loading Transactions
Max Size: 185.29/200 MB

Candidate Block

Mining Attempt 2901b3f6854b146b721462067a430c103141624bc1f2a61fe3a9babc286d2baf
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root ed3b06c553a0b0608533e2c61dfbc29d08d51d86132179e961ae315d5b91ae4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,779
Size: 1.00 vMB
Total Fees: 0.01745270 BTC
Feerates: 402.75 > 1.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (18,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,414 896,414 000000000000000000005dc29a7c8bd1c4f4a807778ebcbcfd75fc6d49a8a33f 1,045 0.24/1.00 vMB 1
896,413 896,413 00000000000000000001db0b3b0916874aae707ea1c4ed669a575689e3a09665 2,643 1.00/1.00 vMB 2
896,412 896,412 0000000000000000000102e54ec026e3ead58d80f2c1035ecfc022c5f85d7a73 3,134 1.00/1.00 vMB 4
896,411 896,411 0000000000000000000221b0937bef9daf6b452500aeced573ddc83c19a04c74 1,430 1.00/1.00 vMB 1
896,410 896,410 000000000000000000017bdfb44b653225bb36ac368eeb4450ce2b02286ce669 2,853 1.00/1.00 vMB 4
896,409 896,409 0000000000000000000203cb53f9046af0cd70e4ab23ff52c196547e1bf526a9 3,419 1.00/1.00 vMB 4
896,408 896,408 00000000000000000000fb520b1656fd51afa5b6124b0725775fd40f8875a3ac 522 0.67/1.00 vMB 1
896,407 896,407 000000000000000000025337bf0ee03dfa5dd117f7e241fe1d49a8753e87561e 1,231 0.93/1.00 vMB 1
896,406 896,406 00000000000000000000c387db554b194bf02b8147e1cf38240f39eeebdcebdd 1,435 0.93/1.00 vMB 2
896,405 896,405 00000000000000000000c494ad756586377d115e590d27bd34a839b498e6a71e 2,765 0.98/1.00 vMB 3
896,404 896,404 00000000000000000001cf1d3871c9636c7a8a5e7dfff4b7f5730ff28fde13c1 2,679 0.94/1.00 vMB 3
896,403 896,403 000000000000000000016f23b318698513384c78a9b96fc6ddfbad9e654a4f6b 116 0.93/1.00 vMB 1
896,402 896,402 00000000000000000000b28ecdd37363356e3a4d4af7b3559c453778c07da865 2,531 0.97/1.00 vMB 2
896,401 896,401 0000000000000000000042ba25df6a00283a89a674d415f0bf67d3eca03de8fd 546 1.00/1.00 vMB 1
896,400 896,400 000000000000000000009d0ca5e4c0f2ac8ec7ee60c08a3c4880e401b6bf7101 2,675 1.00/1.00 vMB 3
896,399 896,399 000000000000000000001d0e7eb4b62de1a9232b55c977996d0f688591efbcc6 597 1.00/1.00 vMB 1
896,398 896,398 00000000000000000000f9d397419c9148a12c430440ed8e1b8c72b23a300d9d 251 1.00/1.00 vMB 1
896,397 896,397 00000000000000000002007353da5a2e6d98b9cc2853d40201a4c583e7122a7c 2,194 1.00/1.00 vMB 1
896,396 896,396 0000000000000000000191f1072ff3e927b8005613603c84f4c8de151c6e9f03 3,194 1.00/1.00 vMB 3
896,395 896,395 000000000000000000019e381644db62c07554957fd5f1aa988738f71ebac772 2,759 1.00/1.00 vMB 3
896,394 896,394 0000000000000000000114df3f0b19cd0032e814501f76c2bf67f8ae70fab3e6 2,548 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.00 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: 718.59 GB
    • Received: 17.92 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.