Memory Pool Memory Pool Refreshing

5,367 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (804,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,311 103,311 0000000000031be9b8ee34ad0b35b84b0796845fa19622bfb7b1d2a12b5452ed 0.00 MB 12 0
103,310 103,310 000000000000a607e2b20e3d964078dfe335e67062f5307a458be6a17d1e49fc 0.00 MB 10 0
103,309 103,309 00000000000335290cb5faefd66580b975444f57161f0b2b8fe3381fffc117a4 0.00 MB 11 0
103,308 103,308 000000000001b2d2e25cc4472500867991e6b7d03e73187a3959d53b4254113c 0.00 MB 8 0
103,307 103,307 000000000002f0b47cc005f8f64bdb11c1df81d2e61b880651f95aac39c9e0af 0.01 MB 23 0
103,306 103,306 000000000000a28d71fca199106b671cdb9977c905b430c570f81ba5c6bb52c2 0.00 MB 1 0
103,305 103,305 0000000000002bb99f79c2f542da04a94629aa1eba855a19e69270a592e168f1 0.00 MB 2 0
103,304 103,304 000000000000d09a97b3065d2a99ac5d0992d8e3c2d1e4382a3d0fcb370aa850 0.00 MB 4 0
103,303 103,303 000000000002f7b3fd8377b98d0d396a4fbc601db9cfae5dd872ae3a6bebd23f 0.00 MB 4 0
103,302 103,302 00000000000295b41fe51b9ed762950db595e3e4750e156e725836235fe4e1fa 0.00 MB 2 786
103,301 103,301 0000000000014be4ba97c1100ef4e26ae69631df6415bc403998d685261229d5 0.00 MB 2 0
103,300 103,300 0000000000009838e8036339fd1a778edb35146a0029ef14e31744a21e5d0c61 0.00 MB 5 0
103,299 103,299 00000000000130e9c079b589dd909b6d00170dc05d7fd2a0d8166e410071266a 0.00 MB 8 0
103,298 103,298 0000000000004c429d693061e523029390f3ae76143ab65248771b9904941436 0.00 MB 1 0
103,297 103,297 000000000001fd7e843eaad39f442fd0f751849ae22df22aa627d18f81087452 0.00 MB 5 0
103,296 103,296 000000000001a49aeba70519b2b139697b870cbb1bf30b7a8e7fdee21e243fe7 0.01 MB 4 0
103,295 103,295 0000000000018b4d7805ab6cfe7fbc259c3b86eaf1c11baf8a760b625e1ae311 0.00 MB 3 0
103,294 103,294 0000000000009d1d45cf97713abf24c2e9ecbcd652533fb9faab9d6cc7b8c735 0.00 MB 1 0
103,293 103,293 0000000000026a5aa92002648635ce7e09202b03d06f99ed57f730ad3f48d4f5 0.00 MB 2 0
103,292 103,292 000000000000c0d1099fe7eadf6344a692124bb7fff1d42de7787b9c9095d3ef 0.00 MB 9 0
103,291 103,291 00000000000150d91857f992794cbe639d4a7ff69924b43293430daab4d8dfdd 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.