Memory Pool Memory Pool Refreshing

637 transactions
0.19 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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 634 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (367,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,593 540,593 00000000000000000021aad39f06c041f021e32dfdf2110f4e17651520ab30da 0.28 MB 472 22
540,592 540,592 00000000000000000011c1c5e92ead9062a118d596be42655d9a939c823e0d66 0.52 MB 1,129 3
540,591 540,591 00000000000000000015ffcedf501f61109d81b5a60188706fc4f637bc33031d 1.20 MB 2,287 27
540,590 540,590 000000000000000000129d6af373fd9b10d52291ddcc90f8eebdf9e466cd3c6d 0.44 MB 878 24
540,589 540,589 00000000000000000008bac694f16cec39ce20ca05448cc3191faecfe7a7a7b8 0.35 MB 755 24
540,588 540,588 00000000000000000000b41bcca3d5ed974a70d8d550c312ae862a6d06b8a4e2 0.61 MB 1,268 21
540,587 540,587 0000000000000000001d9f0db03d710b109e91b149e6595624dcb4f59a71b17d 0.03 MB 91 35
540,586 540,586 00000000000000000007572a45a8d86ef6733b018be08d3c5ad1d19746f2de9a 0.22 MB 159 4
540,585 540,585 0000000000000000001d99004a21f3d50c74cd5fbcf2d98c29ca047612bb11a1 1.16 MB 2,891 23
540,584 540,584 0000000000000000000eec76c6909d680c96830919d0b193bced7f01bbc0fd37 0.97 MB 2,256 22
540,583 540,583 00000000000000000027433dc3e40402bf140af88fc434da328df7baf1e43c6e 0.23 MB 560 30
540,582 540,582 00000000000000000009621319c61fadfa9bee078410bbba158d9ce956196103 0.24 MB 461 20
540,581 540,581 0000000000000000001442e564412a1bf489c72196cc2dfd047882407b67f408 0.94 MB 1,852 30
540,580 540,580 00000000000000000003c8fb7a940b5592d517ed5201559aa1a4c7a46ea9f10a 0.26 MB 461 26
540,579 540,579 0000000000000000001bc8ca967bfe4f2ce9fdb1c2c09354496821bc817cd20b 0.26 MB 490 21
540,578 540,578 00000000000000000003979df318e3dd0ab2e5620f3494993b78a8bc68a85cc7 0.98 MB 1,764 21
540,577 540,577 000000000000000000165f6f3adc2e1a73a9a17c39c531db3bc3bc6e1a7919fa 0.12 MB 358 21
540,576 540,576 0000000000000000000d36b5bc2e708a898aae16d5c53faf8d0225c5dcf9c1f8 0.98 MB 2,010 19
540,575 540,575 000000000000000000237e921ea6a539ba3813c4004ca535ad4c1bc66c923f63 0.17 MB 231 26
540,574 540,574 00000000000000000010b0d763e1835bdb9921ae4b8adbb6d88d8cfcfbc392aa 1.09 MB 2,162 20
540,573 540,573 00000000000000000022d693a694d95c85c99a470dc80ad9b6b8d92635f59a6a 0.26 MB 337 10
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.38 GB sent, 93.36 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.