Memory Pool Memory Pool Refreshing

6,788 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (679,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,879 227,879 000000000000018ab0ba56fa1e48f3cef8da5d551a79f9e5a80ab0437e82ffe0 0.12 MB 221 169
227,878 227,878 0000000000000258ba31eea0a2911cd87ace69c950b5ca803f54ddf3f7e8d020 0.26 MB 573 199
227,877 227,877 0000000000000104a232e2f780e49bc7ada749d2fa33fe6be6d09ede1f3b3765 0.36 MB 692 174
227,876 227,876 000000000000012d4574a653ac384dae6beb8edf91529aec1f97adb0dc3cb31a 0.32 MB 700 157
227,875 227,875 000000000000027c3b4784b40e5afbadba84da35913d81e98456d71d9dc40dda 0.46 MB 730 195
227,874 227,874 00000000000000ad9731dee76cf60d56a2171d76580024108535ad1c8637ceb1 0.47 MB 1,346 223
227,873 227,873 00000000000000666bad9d748a41259d6d06b62d24e87c6e97eb805199d2c276 0.29 MB 643 183
227,872 227,872 00000000000000bf70d1e90015cec5eac20bf8988acc4b511b5229df03c4f64d 0.15 MB 252 127
227,871 227,871 000000000000006125d3d3aa2f93ce65678f9d84e49377f1840ab165e7a5c9a1 0.01 MB 33 350
227,870 227,870 00000000000001be442c57c9c9f0fc40a8ac1131c1d02ca2bc3b957eb9662a12 0.13 MB 286 168
227,869 227,869 000000000000015191a388496a79acb902c94df547df649c2cb4849466bfdc1e 0.19 MB 450 226
227,868 227,868 00000000000000c1a38979fd2596c3dffb89bd829197f904e93aa64aca15c8e6 0.18 MB 258 142
227,867 227,867 00000000000001ec5616de9534005abf95130e909b34edad6548ef0b3093a104 0.25 MB 586 177
227,866 227,866 0000000000000142c3e476d90995635dacfc7429a730658d946e9d5d89cf80c2 0.28 MB 256 24
227,865 227,865 000000000000025ddd378f1c0d8af83d550bcd085988b898cda5eea34c4ddba9 0.03 MB 84 126
227,864 227,864 00000000000001a34d9922d02d704963a13945edbde0d08eaba958188ef33143 0.22 MB 584 186
227,863 227,863 000000000000007c2c3cd8f7bc5e2bebc9c8f4487ea688b563aa0a20e32d81e3 0.30 MB 512 91
227,862 227,862 00000000000000ec7f811b6d1b3797ad1c9883459dba02614d9271677f35df51 0.21 MB 143 76
227,861 227,861 0000000000000093f1eccf2efbf154b82d1a5887675f9a82b88c7ae183afd4b7 0.25 MB 533 188
227,860 227,860 00000000000001736742eeed9daa3bb627881e74dcb082d5abcbdb76e429ed5d 0.20 MB 359 171
227,859 227,859 00000000000000c7fc6fa1304cee4fb89ecb5823ac0590906cfb897df02a7e87 0.25 MB 591 173
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.