Memory Pool Memory Pool Refreshing

16,297 transactions
5.42 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (670,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,355 237,355 00000000000000446e28ee40f2d4b3f8357069c09e2048feb4325ec7115e395c 0.23 MB 549 180
237,354 237,354 0000000000000032b4e29cd48061ad39bcbdc8c16e4d0184d337c91024fc8a8e 0.28 MB 688 199
237,353 237,353 00000000000001428bcab9cbe1b2ef4f6af9127222df3d58fa055520acf42011 0.12 MB 214 177
237,352 237,352 00000000000000fed0cd480d06be1586297e04f3af58adeb3c18f1df8225f0f0 0.03 MB 62 144
237,351 237,351 000000000000009225b546304763b7a25e56c1eb193cc0d7fb849978eb9cd5bc 0.09 MB 235 190
237,350 237,350 00000000000000ce55e8a5b4aebbbf393262f9affdc2e56f7c3ef599b1c16208 0.10 MB 247 222
237,349 237,349 00000000000000f107e58f8a577cdde1fdc274dba088c8f3ddc1dfedf8844ead 0.05 MB 63 105
237,348 237,348 000000000000011eef7667352dc8f2bee766fb116fc7d731dbe7b5179a0b6acb 0.07 MB 133 143
237,347 237,347 0000000000000041ed81a85b24389845adc09314dc53bc44630cc8cbe2bb52c2 0.25 MB 515 177
237,346 237,346 000000000000006ccf41e2c2846ee4dfe81fd5066757dad173fff59f62323f95 0.02 MB 40 103
237,345 237,345 00000000000000569681f87eea0b77b8eebdec46be0231e6534ad9ad8fdb22e3 0.22 MB 569 200
237,344 237,344 00000000000000aad7c0b2dcc0c6c3c61feb6b880716edb8c29c67d70e5f27c5 0.02 MB 49 185
237,343 237,343 00000000000000304140deb1f1ee16a2946b43dd5fcaeb05941525c3b324ba2c 0.08 MB 98 101
237,342 237,342 00000000000000f1f2a61dfcf6a1eafab28d61ab8a83edb66b40d1a71d823fb1 0.09 MB 185 178
237,341 237,341 00000000000000a358d911fd6d556ead59b95ac8a6ae4ef8bf6f7afa2877e8d3 0.21 MB 78 28
237,340 237,340 00000000000001657c941d211cf317bcc6dd4527deedf536c087ecc2d25500fb 0.25 MB 571 176
237,339 237,339 00000000000000c5b75d0446c90a3d379e6f4bd91c01b682aec6dcd0fbad6427 0.11 MB 241 185
237,338 237,338 00000000000000e0a179ef39aec6d2fd3bd7593e7eecae5228bd925597a917f4 0.16 MB 303 145
237,337 237,337 000000000000010870ee4748c9e36e3f6afad582ca24cc07ed997116245a5eb7 0.03 MB 70 170
237,336 237,336 000000000000017bd3a5ea19ad803a2e0ebf45b468714dc53a5cd60a16f91161 0.10 MB 211 172
237,335 237,335 00000000000000745f8832ff19957396275acb6cdcd42f5e9f3bca272c0c71a0 0.06 MB 78 146
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.