Memory Pool Memory Pool Refreshing

3,545 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (584,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,227 323,227 00000000000000001e09765716da069e4eced1e4c9c90887363b4e5f10f36ee0 0.43 MB 729 28
323,226 323,226 000000000000000000b472ab48d8be94698c903985de2eeac886cdd79e8ae21b 0.29 MB 539 42
323,225 323,225 000000000000000007cc2e0a3872a484c3e764a66383f014b39a91838a559055 0.12 MB 90 12
323,224 323,224 0000000000000000119720fb64e9b3eaffc0de8c11bfa678f863010ed530ad7a 0.54 MB 1,025 28
323,223 323,223 000000000000000017ac1106066c3e7245f80e43fd9c799056c723f12d4a16f7 0.10 MB 161 26
323,222 323,222 00000000000000000549965514d620ead43b7d24c95552e40a5c6d7fee279755 0.51 MB 867 27
323,221 323,221 00000000000000001ed04ca865e964731429d6a7e2d2e5db75d090d4ee31103c 0.31 MB 418 17
323,220 323,220 000000000000000017da8d0833fc8d529bc65931343ef16e909f13c812b266a5 0.10 MB 256 39
323,219 323,219 0000000000000000068aab8485f3592b34fb131d1a38a483bfcc9a9104181fca 0.75 MB 1,320 27
323,218 323,218 0000000000000000177d8f91339393855683db5155b15b46f835bdf3dc3a1894 0.00 MB 1 0
323,217 323,217 00000000000000001ea8dbaadda48b4259ae6caf2d048970335eee264d5f92d5 0.17 MB 298 19
323,216 323,216 00000000000000001ba5718ef374b55f9281ba262aa9bafe75a552cd7749c7b7 0.31 MB 508 25
323,215 323,215 00000000000000000d3a187444883d940e7394a7ec84d82a7a8a41de9a2ba02b 0.06 MB 66 23
323,214 323,214 000000000000000003e680485c97a39b7354fea39b30506f035aca94ceb169ba 0.37 MB 697 29
323,213 323,213 000000000000000013612e92834a1089039fdcaa6e382b9580dc001f5c43004c 0.03 MB 73 40
323,212 323,212 00000000000000000104892ba5148c36d6e3d2ea9c2e693504287f834934c789 0.24 MB 291 26
323,211 323,211 000000000000000009045b8a9b42b896e5d9216c78cc06a62abb2578d589d610 0.05 MB 96 30
323,210 323,210 00000000000000000fb8e0500b4404dea36939e4c9f2fc3ceaab3aa183393b4e 0.07 MB 39 5
323,209 323,209 00000000000000001d818355fcb9312e43e9bff83fc85ef8788778fe15bcbb90 0.25 MB 466 24
323,208 323,208 00000000000000001bfb9966b95bad61dd73cdd81f3c3ba64d8827e3a84a481f 0.10 MB 175 25
323,207 323,207 0000000000000000099cf59c91e5ac8a7edb495d57ee044de7de57475fc93742 0.06 MB 113 21
Previous 10 blocks ↓
Total Size: 769.13 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,631.83 GB sent, 93.58 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.