Memory Pool Memory Pool Refreshing

7,257 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,574 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (27,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
880,570 880,570 0000000000000000000102f1371c3d4e5eb5f98bab4513db44429193d3530869 1.49 MB 3,335 6
880,569 880,569 0000000000000000000199a1d1bf99750e9208d6dcab72c7e10445cb606aa0f2 1.94 MB 1,707 2
880,568 880,568 00000000000000000000f379fa02e66171f2fde25c2395cf115790619f4e5aab 2.15 MB 661 1
880,567 880,567 000000000000000000015e126efe535a841d42c938b0dab5f15bc4e48dda0ee0 2.00 MB 2,240 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.99 GB sent, 93.05 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.