Loading Tool

Explorer IconExplorer

Memory Pool

43,952 transactions
27.07 vMB
0.07506153 BTC
Random Selection Loading Transactions
Max Size: 141.83/200 MB

Candidate Block

Mining Attempt 5ebaaa53736c7c50cc869e7e99b107c162468d22a43ead7cbe674ae4558df77b
Version 20000000
Previous Block 0000000000000000000075e1acdeb06f9cc56f7e28129ec172029b5ba6b38c1d
Merkle Root 796372d4b7b14ca59e32eb04bd4f671fb6c1705b3ecc950b001f6001b4450e9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.02328571 BTC
Feerates: 194.57 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,878 (126,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,410 788,410 00000000000000000004b82ddadca4016cfea5f51565100714083e56f506edc6 4,029 1.00/1.00 vMB 164
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
Previous 10 blocks ↓
Total Size: 782.17 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: 653.54 GB
    • Received: 13.93 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.