Memory Pool Memory Pool Refreshing

1,629 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,858 (32,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,136 875,136 000000000000000000027fc769dfabe30c90f70ab6043be769ca734e70fe4dba 1.45 MB 6,673 12
875,135 875,135 00000000000000000001182986b8ed68c94337401e79c10e0ff65872745a1f5d 1.04 MB 400 4
875,134 875,134 00000000000000000000e3e58f754e8b8a092f77515b6af17bd0838ec575ac9b 1.49 MB 2,758 6
875,133 875,133 00000000000000000001c52e09249211075a20383e05d4dc6200848126f12527 1.62 MB 2,760 6
875,132 875,132 00000000000000000001f6c072e9859d6a638b5b3f8c964baf65434ae517b789 1.68 MB 3,310 7
875,131 875,131 00000000000000000000a9d8c9c7abdcdf31bc082a29c11fec3b6e1c042af5b1 1.69 MB 2,849 6
875,130 875,130 0000000000000000000282dfd94928f5349dcf4abb7889a9e0ff5c5dd2c05709 1.67 MB 4,283 8
875,129 875,129 0000000000000000000056fccbc262e263144f3a36d2f697a9512a8ac98c7a6c 1.58 MB 2,949 9
875,128 875,128 00000000000000000000050e50a39105131097ff031de5e60410703bd4aec735 1.60 MB 3,586 13
875,127 875,127 000000000000000000024fab8f942e2881efa3af50e795834e73d9694f7aa284 1.78 MB 4,497 7
875,126 875,126 000000000000000000012ec54425932d38157cb7161f347d9f5c72f7c424e34a 1.75 MB 4,031 9
875,125 875,125 00000000000000000000ed1b0ec1bcd0bf9e545084154b3473e701cfef28e510 1.66 MB 4,094 12
875,124 875,124 0000000000000000000229687647174488ccadf8138e070d44fbbf7925ed8c99 1.74 MB 4,234 6
875,123 875,123 00000000000000000000435deeba61e166c9cd2de5fb77e720b2fbfdee71ace7 1.83 MB 5,082 7
875,122 875,122 00000000000000000001f5f1715c9462e7150d64df79f5457632a1bf37f85acb 1.82 MB 5,092 8
875,121 875,121 00000000000000000001e024f64d268c110aa620bf93ad6d318ffa94ea388e1e 1.73 MB 3,655 8
875,120 875,120 00000000000000000000e7db50fb315009491ab8af797d104c71ebca5d1b0fad 1.67 MB 3,666 5
875,119 875,119 000000000000000000007fa1a6349d4157b7c0d5346e9b568394dd60eed06788 1.42 MB 2,344 5
875,118 875,118 000000000000000000020766f019fabab6cf1267dca337067f2ce4701d663496 1.18 MB 1,133 4
875,117 875,117 000000000000000000013cb84411a711562775c1110184f0ce57dba83bf1bf47 1.45 MB 2,861 5
875,116 875,116 000000000000000000024d537547a96223b2b652e85e19214e3be49438b33a0e 1.39 MB 2,354 5
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.