Loading Tool

Explorer IconExplorer

Memory Pool

37,862 transactions
27.10 vMB
0.05583956 BTC
Random Selection Loading Transactions
Max Size: 138.16/200 MB

Candidate Block

Mining Attempt d886bf476f59644b19ad5f2af7dfe7049f6f8cdee682a7482c4a5a92f6563e05
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root d093c1bcbb5820dffb2d5838757d9d32ba2e040ed05e4664e6b5a1b0eedf7207
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,174
Size: 1.00 vMB
Total Fees: 0.00480165 BTC
Feerates: 150.75 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (306,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,125 608,125 00000000000000000004eee5f72852c969574b7b7417b6e1b3f2e6371d6d1cef 3,150 1.00/1.00 vMB 15
608,124 608,124 000000000000000000046b8834e58a12cd8d1ee7502279968a5b0c0bdd5122f3 2,625 1.00/1.00 vMB 11
608,123 608,123 0000000000000000000c42df2b30c430bd04b781d23c983b302b92273b1826f0 2,493 1.00/1.00 vMB 23
608,122 608,122 00000000000000000003d058cd9ab54c7711f00739ed8f29cedebdef84ce24d8 1,339 0.39/1.00 vMB 16
608,121 608,121 00000000000000000014b5ce331bd8a2047e15c8a057d549a334b194ea815811 815 0.23/1.00 vMB 16
608,120 608,120 000000000000000000147e0c75a747498cbd5b929ad1952d01e7b00d7b4dd90e 2,561 0.73/1.00 vMB 15
608,119 608,119 000000000000000000045f45d469d9454ac4aa4f0df09f773be0263222be034b 3,034 0.90/1.00 vMB 12
608,118 608,118 0000000000000000001025d677fbaee14e5738b95cfb576f91d8b79bfa84cc93 3,023 1.00/1.00 vMB 17
608,117 608,117 00000000000000000007fe88a36adeae3cc24b610ba66a20e43cfea9b80c9f02 3,351 1.00/1.00 vMB 9
608,116 608,116 00000000000000000011a5a4c86ff91f38a7d9821138095db5d2594dd8d44f5f 2,992 1.00/1.00 vMB 16
608,115 608,115 000000000000000000141476c2a629f9e260f9ad1f878c9dfb65182a4c3cb629 2,472 1.00/1.00 vMB 15
608,114 608,114 00000000000000000001961ef97b95088a89c1b668f1b093f5633f74d883f083 2,604 1.00/1.00 vMB 4
608,113 608,113 0000000000000000000cec2193ef6b142ec592575902d19e032de4be6a172680 3,055 1.00/1.00 vMB 20
608,112 608,112 000000000000000000016085c86ff0431674d9d17b294f68216d787877496bc6 3,290 1.00/1.00 vMB 20
608,111 608,111 0000000000000000000969948b1d181f71e38a6412f7446d0eddb4b681cd2d0f 3,148 1.00/1.00 vMB 25
608,110 608,110 0000000000000000001389fcd1c2f0f791c8203bda92a2f74616195554f94276 2,460 0.91/1.00 vMB 15
608,109 608,109 0000000000000000000ecee31a64385b2db26c2638d18f30a80859085f033e57 2,309 0.64/1.00 vMB 12
608,108 608,108 0000000000000000000d12a1be8353e6670b3c4e4b25c8ecf534dec4a0bc0b2f 1,182 0.36/1.00 vMB 13
608,107 608,107 00000000000000000013d9135e67f39e74d7521eae8db9f8aa8ddfdc204f98aa 125 0.07/1.00 vMB 18
608,106 608,106 00000000000000000002933a1e3ad368eee5c7abb30db3c2eeabdaaf31ded522 148 0.04/1.00 vMB 13
608,105 608,105 00000000000000000014f9abbe4630f3f1f6899506d6b98711c373659fbe042d 1,055 0.33/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.12 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.