Memory Pool Memory Pool Refreshing

6,111 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,782 (683,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,002 224,002 000000000000035a73ddeb6439e4e2af48524e0ea72afa9aebcbc354592f9e50 0.00 MB 15 104
224,001 224,001 000000000000039882763f89f40690e59c60124f94f3d3cb33f48a6869bac408 0.06 MB 122 200
224,000 224,000 0000000000000107ee276d037218bf1780dbf6d4256bd7e05c66ca133bbc9ac5 0.18 MB 380 180
223,999 223,999 000000000000030272efc4a1cb25378e96e8e506c10e806b4a5289052e3897c5 0.12 MB 282 199
223,998 223,998 000000000000007ad9e4d9fab3122df2efdb73a17600eb8c3dfb5da077d40f02 0.11 MB 243 166
223,997 223,997 000000000000029a439f22e8e7cdc06ce26cf0ae4e187d070122f6afd3567ce4 0.07 MB 64 112
223,996 223,996 000000000000007e163d3c7e43d39c5616e334249e3584dfbed7b9266f5e818a 0.22 MB 443 185
223,995 223,995 000000000000013e3836ba653f5b31c02bcadd70b1b1b8d0eacf89ab927360f2 0.13 MB 286 187
223,994 223,994 00000000000000f27c194f2ed563ee398db503c934552cb90c808fadba45dcff 0.16 MB 349 173
223,993 223,993 000000000000028bdf66382084af8f46ffe32250370ba44f36dae9c38a342e8b 0.03 MB 52 154
223,992 223,992 00000000000000dbcc9447c8ef24ec462aef2ebed1ec4fe7038a1c7a1cce7594 0.24 MB 386 122
223,991 223,991 00000000000003002573d8575b9ff0c2a901c70ff07394f013528416c0832c18 0.25 MB 704 220
223,990 223,990 0000000000000270edc17dd5a797ac424c0ada56093537377f38ce1a99a6141b 0.25 MB 690 211
223,989 223,989 00000000000002e4b063724e847a2227a9fb95e6751986a1804dea6c800b78b0 0.00 MB 9 14
223,988 223,988 0000000000000101bbfd550bf5bef55c4eb965c67eeaedb511c820c06c6fbbf2 0.21 MB 421 196
223,987 223,987 00000000000001333052e2f159a9939198199fe7a7ef39337ab2d38c198717a8 0.22 MB 452 170
223,986 223,986 00000000000002abb8607786ca00111f125b1fc2d41a064a47b219c267af39c3 0.08 MB 173 209
223,985 223,985 00000000000000b9fd994eae3d394232b229c628e4877d53ce38c6f3e06d3153 0.07 MB 104 130
223,984 223,984 0000000000000020f0b42b03e6769a4fc388962886425d42d9154734e482e475 0.23 MB 568 181
223,983 223,983 00000000000000eb89b66d5aba478691724c36c8360b156829a8d56af684f290 0.23 MB 520 171
223,982 223,982 000000000000017aae8e3a08c82434deb17a9442c0f3bdc1c946ac1869fbbc8e 0.23 MB 598 185
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.