Memory Pool Memory Pool Refreshing

3,238 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,231 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (430,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
476,835 476,835 000000000000000000b62b53ad5841c1d5911875ab14a696a583bc13c2573bdd 0.43 MB 744 204
476,834 476,834 000000000000000000b221091d38136f0c359b40827a9fa2423cd5659edf1e04 1.00 MB 1,134 103
476,833 476,833 0000000000000000009339338f8842cdbac5c9c82bffed26a0291f7f1a79a7d9 1.00 MB 835 171
476,832 476,832 0000000000000000006f4997eff73b3a5a5a61b607fe784eb08c488d5b3ed3bc 1.00 MB 1,122 123
476,831 476,831 000000000000000000a7a5a01cc7007eb702f13aa4220793a0bb1bcbc2adf268 1.00 MB 558 78
476,830 476,830 000000000000000000bb4d24caa2d5f392461f966f8a6f950e75ed677b14b15a 1.00 MB 779 61
476,829 476,829 0000000000000000007d08116915a3f6d1f7b78ee2ef3d0511d16f180e5683b6 1.00 MB 1,886 145
476,828 476,828 00000000000000000061aec48591279687a9604729415929b4bc43cd5f41bd58 1.00 MB 1,871 178
476,827 476,827 000000000000000001023bd570b6ebd7e91864b833814ba8922cbe95bbf339b4 1.00 MB 146 56
476,826 476,826 000000000000000000e39b721bca8a61ede653b2e89494a48c56d0d86cfc62ae 1.00 MB 1,857 139
476,825 476,825 000000000000000000e46fbd94a2f6caf66575a5f0601b98fa301ccd0d8e1a35 0.00 MB 1 0
476,824 476,824 000000000000000000fb8105f5056cc6b3f9df760bba725dcfc47c62f99efc2c 0.99 MB 1,975 188
476,823 476,823 000000000000000000b5693a5ceab74f4f6745d81725507756732e924abfedb0 1.00 MB 579 68
476,822 476,822 000000000000000000026d2fa9d5e9dcbf98c357ab9bd669ecbcc0378170e406 1.00 MB 1,401 58
476,821 476,821 0000000000000000005c3b159137d0adf491a9e0f831b28582554311759d3250 1.00 MB 1,777 126
476,820 476,820 0000000000000000001d457747d974315e42c1e3c4dec6badf7adfe733c72541 1.00 MB 1,706 192
476,819 476,819 00000000000000000144948cca8136663e9c714a4a5a3be7553d1cc043ac17a9 0.99 MB 1,872 109
476,818 476,818 00000000000000000065e0d0fbc58acdf63d3ee89e617e14f4a6ff0fc7ca0d37 1.00 MB 1,948 63
476,817 476,817 00000000000000000150daf0b4cd4e89c29fc38a026cbe725830535b2e644eb4 1.00 MB 1,892 189
476,816 476,816 0000000000000000012bb90329ecf1334cfebc5f0f3f75a3f73497e3aa3a1446 1.00 MB 2,319 235
476,815 476,815 0000000000000000012c6ea4a0c02afc938aa40113ebfb18ba00782b53946109 1.00 MB 1,634 102
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.