Loading Tool

Explorer IconExplorer

Memory Pool

45,439 transactions
27.98 vMB
0.06930974 BTC
Random Selection Loading Transactions
Max Size: 147.94/200 MB

Candidate Block

Mining Attempt b29047eb1295e9dc29fa99501ff189844fc5b1e1027d2ff074ece2775ad742bc
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 02fb78fa870707cf2317405d6596d28bda3d9d9db1822d422dfc6596c9528d28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,071
Size: 1.00 vMB
Total Fees: 0.01585567 BTC
Feerates: 101.53 > 1.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (126,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,409 788,409 0000000000000000000287cb2b18e4d2cfb320ac3feaabbc7b48b16b69fd5797 4,357 1.00/1.00 vMB 168
788,408 788,408 0000000000000000000507c3ad853c361c60baffc370b1bbf72b14f9d1687b8b 3,853 1.00/1.00 vMB 174
788,407 788,407 000000000000000000027aa6fe202f6745babce8b7cf7277618d8c1f89f6cd3b 3,907 1.00/1.00 vMB 184
788,406 788,406 00000000000000000001a460972833c85d37275141425e9dd5df9247f60ea7b8 3,766 1.00/1.00 vMB 189
788,405 788,405 0000000000000000000510a83e63f551bd6ce98b6d609825f0fd212a3f5533b4 4,573 1.00/1.00 vMB 212
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
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.