Memory Pool Memory Pool Refreshing

157 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 152 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (780,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,276 127,276 0000000000001449e464a7d6a8f4aac598aba4b685abb5604178f2e3f7d44ef8 0.00 MB 1 0
127,275 127,275 00000000000016b75d2fe2af94c0e39d3d20ce7144ebcd969d5d3afbc164feca 0.01 MB 25 2,693
127,274 127,274 000000000000231474524326a96f5fe45b3702dbee20c707ec654b2482596430 0.02 MB 26 707
127,273 127,273 00000000000023572f522eccf0991c89bbc8a1f724c34f1075cf24679fda9739 0.01 MB 36 220
127,272 127,272 000000000000131bdfb925372a0046ec1253472d041e866b1f9bfb72b2793475 0.01 MB 15 212
127,271 127,271 000000000000030a44a0f867c2c7fd2d38448a115ed12544a24c57289b3a0d55 0.01 MB 31 122
127,270 127,270 0000000000001367bb178211be17ba346fe83d855bb5b5b56db9e2fb10321ac6 0.01 MB 21 1,151
127,269 127,269 0000000000000a614377ea711df016abea514c7767570f603996211b5511f19e 0.00 MB 17 24
127,268 127,268 00000000000010554a54a0ddd22d34971de70dc36b5150c7f6f096f9e873d353 0.01 MB 19 409
127,267 127,267 0000000000001d50ec8a5e14d232be070901b3a5405cbead1c444f645320efef 0.01 MB 22 508
127,266 127,266 000000000000250c649e5cee482807882e9be98962e7dc82c429871d08bf1d29 0.01 MB 23 137
127,265 127,265 0000000000000f650f06ad6ffc02b6f6b74ee63569d48c6d608df3e2f25ddf3b 0.02 MB 23 1,128
127,264 127,264 0000000000002201a238692ec861445cff52ad8ed740b012ede62b4348a89f9f 0.01 MB 16 190
127,263 127,263 0000000000001e3b5f4fe32e907e622716b5f53a24d2816c04fd5c50c6188aa7 0.01 MB 6 1,016
127,262 127,262 0000000000001aaa4a56cd77818c9d103802e698e180456ab2a167bd561b9176 0.01 MB 21 1,097
127,261 127,261 0000000000001e6a199d61d94f54baf1ed9b24d860e69fe4062b0cca5e0e2540 0.01 MB 29 219
127,260 127,260 000000000000240e0e880e700f2b2b0267f4e7f3f707251d46a9ca00032d7942 0.01 MB 27 705
127,259 127,259 0000000000000e4af25e56988e51bc40e13d093d879c70b503915d19967017c4 0.01 MB 5 226
127,258 127,258 00000000000005cd03de811a54b9b73395350ecca5c335f874bd1eae4d65ad4b 0.01 MB 27 227
127,257 127,257 000000000000244334240717f584cf32096153fd48cf4d9f9994c5b604a70814 0.01 MB 31 16
127,256 127,256 00000000000023617727a85f73a10d8206bd5d7f1f4d5a772eaceb3feafdcdcf 0.01 MB 6 111
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.