Memory Pool Memory Pool Refreshing

8,562 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (813,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,986 93,986 0000000000096b0e9044cdd1f6fdced528605f101d723ba818394968178b45a4 0.00 MB 6 0
93,985 93,985 0000000000075937f3535524b603cd6b3608aedcfed0f18472b2c6d9d4101ea2 0.00 MB 5 0
93,984 93,984 0000000000039e184dfd20fab3eb3f668740fa49297b800587cacee6e94eb9eb 0.00 MB 1 0
93,983 93,983 0000000000081bf3d333ad4639494dfe7ee8805fe737b8a206e99b2b5d68d2f7 0.00 MB 7 0
93,982 93,982 0000000000096b5cd8a28b54fd69e3db1efdeead97fa59aa9bce2e2ac83d8dfe 0.00 MB 1 0
93,981 93,981 000000000005d4a7af5b0c80aeb725d6bf97e4a090b6238f9dab1432b239cf5d 0.00 MB 1 0
93,980 93,980 00000000000513eb6bdc75364b411acd330b1941dc36e4ef80eac9581344f6d8 0.01 MB 4 4,282
93,979 93,979 00000000000156a30ef3a10e1f752372b7e22b58326b177604961a258865cd27 0.00 MB 2 0
93,978 93,978 0000000000070f92718d47b3cf20e70f73f7bcdf57d5d02e8914fde9e9044448 0.00 MB 3 0
93,977 93,977 0000000000044c5decd1c9644b63fd1a69258f6e3c5331602a637ed5fec8ec95 0.00 MB 2 0
93,976 93,976 000000000001229a1c7beabf0347810337eb68ee31872201b65c3f75084d4abb 0.00 MB 1 0
93,975 93,975 000000000005db8888773f7d8ad00fbfaf5b9b900e676744d7eeacec837c6b0a 0.00 MB 1 0
93,974 93,974 0000000000079efb469b4143d8bbc9619c14690ccb0f5f3699b32975c3b6e34c 0.00 MB 4 0
93,973 93,973 000000000005b8f46ee26c13c444266940977eac62435305a0de5d38baf1bbf8 0.00 MB 1 0
93,972 93,972 000000000001bfc9e3ec7688efb4a515550ddd77a8eb187d57e7e25cc1917ecc 0.00 MB 2 0
93,971 93,971 0000000000072e88d7415afd5368cac4de4d4f1add6efc4f9ff42cbeb2d1531b 0.00 MB 1 0
93,970 93,970 00000000000976f12d4abfa5ef84105dc9783fe5bdad971e505cab285c7884a2 0.00 MB 1 0
93,969 93,969 000000000008f76ca01ed5a582c8e75448c06cb79a85cd2c7b663750dd74af5b 0.00 MB 1 0
93,968 93,968 000000000005dafb047fd0475eddba27f026f6f9635ca761ccd515d7e33fedef 0.00 MB 1 0
93,967 93,967 000000000001c02ebfc559da723d880a4a64e57ce42a8b1ca50f9ac53420afca 0.00 MB 1 0
93,966 93,966 000000000000d0d29b1b1a577413cea53295bb05474d836f67610b2574409643 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.