Memory Pool Memory Pool Refreshing

5,188 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (784,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,283 123,283 00000000000066c9fda6210b7ab5a93ed28e9a2b2d1878d47c2443634fa14530 0.00 MB 11 643
123,282 123,282 0000000000002465a22346ecf2e39a080186834721d187b4799af36740899dd6 0.00 MB 7 0
123,281 123,281 00000000000018d26216741f5e386c06537ddbd5837c1708198b4cb2a3e21592 0.01 MB 12 465
123,280 123,280 00000000000031a08bf4c9e756088e5351ee4585bd8525abfb52784ffe627dbe 0.00 MB 10 1,436
123,279 123,279 0000000000000a2d29db25fcfd85bb073e9cf686c83651b487331fde0b0be0f8 0.00 MB 14 0
123,278 123,278 0000000000003dab72f6eae4e01b92134f57951fad317514d6305d6ebaf5c88a 0.00 MB 1 0
123,277 123,277 00000000000025cbe70b534ab60038659dfd02639f6d02c443e3f2ba6e70e398 0.02 MB 32 0
123,276 123,276 000000000000651b2e1deee0e4e766614723fd85c6af6f9886a0fef0a751c998 0.00 MB 5 4,079
123,275 123,275 0000000000006a87f17abd3d2fcb1293b78402efd5e1155b43b0c53fadcec42f 0.00 MB 1 0
123,274 123,274 0000000000000e9eb3ba8a41f96e03de5a624cfdc286e4f047a165c05a620276 0.00 MB 4 3,064
123,273 123,273 000000000000479da0ac8f334909d3ce0b6fa6402746065c79cd2164a98fe79d 0.01 MB 16 349
123,272 123,272 0000000000005de652090eee3b0bc80c637cc70a2e062ec27a75b5975880a75d 0.01 MB 9 120
123,271 123,271 00000000000030610a391254613687c571261b9f77580f50fe1232925931c6f4 0.01 MB 6 228
123,270 123,270 0000000000001e3e9bb4f03e7693cc73b37740f13fbfcf596e5aac2802ef9e0a 0.00 MB 14 0
123,269 123,269 00000000000042cfe3f912a7c462e763dc07f18cb88ecb187168fc186753a9f0 0.00 MB 10 306
123,268 123,268 00000000000000baebc7ada3d600e740b51293546f7c6f30715da4c2ea23ad43 0.01 MB 39 1,823
123,267 123,267 0000000000000f8588fb40465f0d02800409619869a3a9c457729c91ffacd59a 0.00 MB 10 340
123,266 123,266 0000000000002c6178235c98f1583a701cd56478b41dee2c602127649e6cfde8 0.01 MB 33 470
123,265 123,265 00000000000023bf2519389bdfb97c7adbdcf0feeeccffd8df3659611968744a 0.00 MB 8 0
123,264 123,264 000000000000252787061a208f63356d4a96e6557311250e53040fabf737fbaa 0.00 MB 5 0
123,263 123,263 0000000000005321cf6630281c23b574933af6f65d2a92e03358985e2371b253 0.00 MB 9 754
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.