Memory Pool Memory Pool Refreshing

2,639 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,694 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,622 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (544,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,072 363,072 000000000000000000f90da2681293f1ecf4d97662a0cb4e762f6f4c48a88b35 0.25 MB 418 21
363,071 363,071 00000000000000001472276b52d5aba27ab4a2666e636dd8431c07a4d9c8b325 0.27 MB 590 32
363,070 363,070 000000000000000015c521bd924818ff4274314c5f3bb1f1e95707d1660c2586 0.71 MB 1,204 28
363,069 363,069 0000000000000000077954906f21b4fae0bd85deff68b319344a235d63df87bd 0.47 MB 720 23
363,068 363,068 000000000000000000b28e3cc443d010bca9ef14ab598744ad1c3a28bec99cf7 0.00 MB 1 0
363,067 363,067 000000000000000002d8a2bbfce446b19334a518b1438d1f0f6ca8443e8a3a58 0.46 MB 417 13
363,066 363,066 00000000000000000b1b455eea94b81783a02cf30ee487075306338dff2ea55f 0.75 MB 1,653 34
363,065 363,065 00000000000000001276b6bba402b88d048d1b3549b8e3c6f34d71f3b471010a 0.17 MB 269 24
363,064 363,064 0000000000000000037b8a851ea4773938f1bb42b8ff38da01ad70d927fa866d 0.13 MB 213 16
363,063 363,063 0000000000000000067f407cbdbb8b15eeff9062b5952ef6c95f8bcefe4fa788 0.37 MB 689 24
363,062 363,062 000000000000000009bdc48bc97cd7b47247f75de52c8a76b240eb36037b7362 0.19 MB 308 20
363,061 363,061 00000000000000001402a34384d8d97565baf1f510669eff66012b6641d2094a 0.75 MB 1,428 27
363,060 363,060 00000000000000000eae1b5ce6552f9f3778cd2da8864ed6eb931dd81d6f9b89 0.72 MB 1,306 19
363,059 363,059 00000000000000000a8abb09eeae43222bc2f5ac2c063da3a3f38ff9a5b75dbe 0.95 MB 1,462 26
363,058 363,058 000000000000000006de6db99badab6339fc29f2b705c4745e89b5ccf2e9710e 0.75 MB 2,111 40
363,057 363,057 00000000000000000da96cf4138e998af2a91de16da342f57369c2cae9c6b387 0.00 MB 1 0
363,056 363,056 0000000000000000062d1358b5a4d5ceba26cb6d31d1b333e38b6c0ac2960a01 0.94 MB 1,315 22
363,055 363,055 000000000000000015e3bb6ca5902db62ca30c88f409f7ae60abbe5a5ab2b37a 0.75 MB 1,860 36
363,054 363,054 000000000000000012613003b43a2f3b7276f000b44ca0b7e2e6a6fbc3e719ee 0.60 MB 1,041 26
363,053 363,053 000000000000000012d1509582635c84ef3d841771f711da2cbc752413b431d8 0.48 MB 886 13
363,052 363,052 0000000000000000131854a7fe94fdb0931ec8af792051ebf2591a601d038bbe 0.99 MB 1,608 28
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,615.57 GB sent, 92.65 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.