Memory Pool Memory Pool Refreshing

4,853 transactions
3.71 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,284 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (848,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,340 60,340 0000000003382e4faf8c9c107122ad64dec9b3ef2a3b858930ea5602343591d0 0.00 MB 2 0
60,339 60,339 000000000c19f66cf9689a4a6e58c5125d516f789a0e3a5c8e9c3a823d31542d 0.00 MB 2 0
60,338 60,338 000000000baab187a51f1221584edaeb6cfe675fc76d2e4104b6450eba44f6ac 0.00 MB 1 0
60,337 60,337 00000000095809355bd90c9159c1c2c774cd509c67529fd117fe4373577958e1 0.00 MB 1 0
60,336 60,336 0000000007a6b4934cff85c4364722655377ec88815481a8a358be3e4ac8244e 0.00 MB 1 0
60,335 60,335 000000000cdff23f56bac35e6a0c39649856632334e88c6429af7b1c9ed75eb9 0.00 MB 1 0
60,334 60,334 0000000008c68fa00e9fb574d6812fdaaa044c6eb89f72ede7988b8d2f3d70db 0.00 MB 1 0
60,333 60,333 000000000a1b8317de9c9b00069164ab5cb41a59cb0ec0e88503d8f8ef62281e 0.00 MB 1 0
60,332 60,332 00000000031ddb16af55d7b7ce6c8c8f4657ef86f3897baa74ba45b66964a8e0 0.00 MB 1 0
60,331 60,331 0000000008ab5f7f143906c1c8740c7d660afc01a404d02b59624c69da50f999 0.00 MB 1 0
60,330 60,330 00000000063e0e3e08b1bb31794efdb7e3cfcf6a16925ec252ad0e14ac3da657 0.00 MB 1 0
60,329 60,329 00000000039d2d2ac66686cb2317f3f35b0496cf815ae964019576552dce398d 0.00 MB 1 0
60,328 60,328 00000000052bf93abacd8b6ca9defb09cc99be6c2fbf425664f87cf5f8bf42cc 0.00 MB 1 0
60,327 60,327 0000000000c50d40a62fc52ed376d6ecb461c54caac8c49602053cd621b14403 0.00 MB 1 0
60,326 60,326 0000000000065337d2d752d9e2de39b30eb88341e395be34a01fec415ca1ddf9 0.00 MB 1 0
60,325 60,325 0000000009753f2dd781d5bce81af9462325adc8c974b16ab0218b9ffa237355 0.00 MB 1 0
60,324 60,324 000000000dec9b82aa770f5af57bc445c2af528885bb7269ccac7d155e5bcfc3 0.00 MB 1 0
60,323 60,323 00000000051e20ce5d0a375a564779df5d895f0f5bad8761a09a13271bd4fd42 0.00 MB 2 0
60,322 60,322 000000000cbf147095b4624d75d84df0c5f6edcf5906d45d06a9554c647d7b28 0.00 MB 2 0
60,321 60,321 00000000075a28270fca109488247da7ca4e6101e8e748770ef3e4973b821b08 0.00 MB 2 0
60,320 60,320 0000000005b94a636e34ba8e5ccd5ad54ec8e80c96ce2478e10d1097bbbc1369 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.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,853.85 GB sent, 101.79 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.