Loading Tool

Explorer IconExplorer

Memory Pool

87,647 transactions
32.52 vMB
0.24321741 BTC
Random Selection Loading Transactions
Max Size: 194.34/200 MB

Candidate Block

Mining Attempt 4ba1803c4cef7b5f8cd309d68a821d194860aced9f41cbc1f6f38bbc8cbc4647
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9b5bebbea3b8a7621e860eed6a17d7d7fe1c6cc84ce6d152f99529a03be274bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,715
Size: 1.00 vMB
Total Fees: 0.10692948 BTC
Feerates: 529.10 > 10.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (126,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,404 788,404 000000000000000000007cd2a9369d91f2cb6b574c0fdc1ac6ce02c89ad6dc53 4,763 1.00/1.00 vMB 150
788,403 788,403 0000000000000000000313aa138b0b1ef87ada7ee24fdfda5435d94d8495256c 4,664 1.00/1.00 vMB 174
788,402 788,402 000000000000000000025e7095a9c24e69f267a599849938d41fc617662485eb 1,929 1.00/1.00 vMB 180
788,401 788,401 00000000000000000004e0c972147f68ea77214e3063eba06907f97d85542ea1 3,506 1.00/1.00 vMB 164
788,400 788,400 0000000000000000000593e7fe8bdef3f61f91d799e0216657eba075be19af21 3,995 1.00/1.00 vMB 162
788,399 788,399 0000000000000000000496563aa58d9877d69a42b7a448c0f460342fc5a8dfc3 2,622 1.00/1.00 vMB 170
788,398 788,398 00000000000000000004cd42c24ae4a44fd03d4d2d2a248bc525b2c0b0bda0c8 2,470 1.00/1.00 vMB 170
788,397 788,397 00000000000000000002564d8191febd46fdaec0e39a65899de64b90e5b0190d 1,916 1.00/1.00 vMB 196
788,396 788,396 0000000000000000000331ccc6b496daf184220ca0d6c1fc666870284479ca82 3,842 1.00/1.00 vMB 155
788,395 788,395 0000000000000000000031efac67088b55bf8b9b8d86cc5337fb46a2624da483 3,590 1.00/1.00 vMB 157
788,394 788,394 000000000000000000043babec5850e79a90077847a9b1f6c9ebca4876b37fe9 2,644 1.00/1.00 vMB 181
788,393 788,393 00000000000000000001f540ecd92404eafcb540a7677268a2a0f6406534dcec 1,712 1.00/1.00 vMB 183
788,392 788,392 0000000000000000000114189234a22c56a5a9ebaa17eedc0292bec51ae111eb 3,237 1.00/1.00 vMB 166
788,391 788,391 0000000000000000000576eb69528401fab7818d64c1173e6a1d8f464454090e 4,126 1.00/1.00 vMB 121
788,390 788,390 000000000000000000020ad5d2a7861ff81d276d3af52a2cbf8e826c9f894bec 3,707 1.00/1.00 vMB 125
788,389 788,389 00000000000000000003b4b3d109ed34d4c62a0cc65b56da99f319be2acd1904 3,836 1.00/1.00 vMB 142
788,388 788,388 00000000000000000004f074586c8e6cafc3c852087f07e2277d08837aa716c8 4,030 1.00/1.00 vMB 144
788,387 788,387 0000000000000000000272ced8244457688c60c575e9569ad7cb3a6c34010986 3,697 1.00/1.00 vMB 157
788,386 788,386 00000000000000000000970ca7dbc212c96f6054f200a1f2bf9628df7bb50fe8 3,842 1.00/1.00 vMB 155
788,385 788,385 00000000000000000001d1612039979471a1ac66094f5ddacc4a2b415e72634f 2,598 1.00/1.00 vMB 160
788,384 788,384 0000000000000000000223928fed241659052d26a836ecea84f701e5f1d35a53 1,592 1.00/1.00 vMB 174
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.