Memory Pool Memory Pool Refreshing

399 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (27,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,591 880,591 000000000000000000023395f373cffdd7c22a22fce641032e58fb16aeb08e47 1.95 MB 1,115 1
880,590 880,590 00000000000000000000bd2b1879b8285f99bcedb023447cd5dcd87a3bea3bb8 1.75 MB 1,014 2
880,589 880,589 0000000000000000000141ba13a2ae0aea4cb4bbed7bdaa5bdf17314ebc59807 1.54 MB 2,028 4
880,588 880,588 000000000000000000005b434a2257854073f12264c59f55c0e9ea7546576b6a 2.11 MB 46 1
880,587 880,587 00000000000000000001f5ee20c61d8fb2d09e57b615536918b16a20ebe2f32f 2.15 MB 562 1
880,586 880,586 000000000000000000007fb7aedc5971f3db845b795fafb5655d856f12feef53 1.57 MB 2,252 3
880,585 880,585 000000000000000000000786ec09b568ede7f11651b3e94e5dece25b8636d66f 1.70 MB 1,979 2
880,584 880,584 000000000000000000018df9865ac4058b49a03d203e7fa17ef0865af482bc51 1.52 MB 1,682 3
880,583 880,583 000000000000000000006cccb7bf13c77338789ac86a7c6b6a3a5174eed0163e 1.71 MB 2,464 3
880,582 880,582 000000000000000000006217155d56942b9061557fca98eb8cc871bd82467802 1.60 MB 2,969 6
880,581 880,581 00000000000000000000b47467622328365fbe4b025e47be6edae6712057a044 1.43 MB 2,558 6
880,580 880,580 00000000000000000002243edb94670c5b8aa7a0ef8a6dc281a1faccb101a364 1.41 MB 2,007 3
880,579 880,579 00000000000000000000b63d9b48ebdd22cd79cf774e379bdd7b2f1d240e75e5 1.97 MB 686 1
880,578 880,578 0000000000000000000004e5b698d4d1105f3ea85635e2257e1a7288cb1f94a9 1.55 MB 2,023 3
880,577 880,577 00000000000000000001483bfafe2cc2e83431fd19c55f3f5f01554f4ac17c8d 2.16 MB 96 1
880,576 880,576 000000000000000000002eecb1645257588a83d845ab296c0f2d549bf7556610 1.47 MB 2,560 4
880,575 880,575 000000000000000000009bc2f92311df3a5ec30dcc9f7a53edb504a47e39cd96 2.02 MB 1,303 2
880,574 880,574 0000000000000000000209aa19d27766091618aab3bef63b35b4cc3180dd147f 2.02 MB 1,323 2
880,573 880,573 000000000000000000007393a6c62e84a7df5ffcb43efec1f3ce2fb1a1551b80 2.22 MB 273 1
880,572 880,572 0000000000000000000058c4ba33be1d5be84b3fad2284271de3649582a19b10 1.80 MB 2,267 3
880,571 880,571 000000000000000000013637208cd17e920386860d97342369e9c238dcb256b8 1.73 MB 2,272 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.