Memory Pool Memory Pool Refreshing

5,823 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,164 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (4,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,907 902,907 000000000000000000020d366651f23aad56d4ed12fcc05ef60278f164e89f91 1.78 MB 4,593 1
902,906 902,906 00000000000000000001cb07ed17393ed899dbc6f685de962b5cdde55c85f523 1.62 MB 3,345 2
902,905 902,905 00000000000000000000f3b2a7a36d5dc9e7e9bd357ff55c2f8b4b56f64f4340 1.84 MB 4,381 1
902,904 902,904 0000000000000000000120b4db3f957bccb14252bf252e8580eef46d39c5f1b1 1.54 MB 2,782 3
902,903 902,903 000000000000000000016be026fedb91b1cca525dd3ab0ba11e8e5b6b58fe213 1.48 MB 2,480 3
902,902 902,902 000000000000000000012e2a5549113857fca66ebe13a611b55a8a9541881749 1.44 MB 1,382 1
902,901 902,901 000000000000000000020fb8aa7318c9fe98e0292d3793990dd3e8f6779c37c5 1.54 MB 2,982 4
902,900 902,900 000000000000000000001d4dee0b9a6abf752dc6c25ed5912eb4e64939aa4637 1.35 MB 2,387 3
902,899 902,899 000000000000000000013960bdbfb52f837cea1c8050f88ebb2f9912f203f26c 1.25 MB 998 2
902,898 902,898 00000000000000000002095495647de4b7485a9e4d33d2d1ce1c3f68c7a3953e 1.47 MB 1,655 2
902,897 902,897 000000000000000000015d788eb29060db6f50996053cbde59eb50eb38cd9707 1.63 MB 3,423 4
902,896 902,896 000000000000000000013584915e334571e8eafeded5447a455178102839cf09 1.46 MB 2,957 5
902,895 902,895 00000000000000000001929ab2c8fa214ccb7f025c9b591514adfc39c8d18fdd 1.42 MB 2,374 3
902,894 902,894 00000000000000000001abc1db4fbf4c46a6522649b9fdcceb4c12d580e8e849 1.50 MB 2,542 5
902,893 902,893 0000000000000000000206e58a4ec1ddaca75ccb9625208e74c06b62f33fe9d0 1.74 MB 3,718 2
902,892 902,892 0000000000000000000013c4fa58bfcfee9a0e30c08d673c9cedea3f13db3057 1.65 MB 4,424 2
902,891 902,891 00000000000000000000cb4a53c2ee64337c02d32c18139330ff94ab9bcbfd7e 1.66 MB 1,989 1
902,890 902,890 000000000000000000021871d06359e8a1f55d285e827d23138e27164e7211a2 1.36 MB 2,394 3
902,889 902,889 000000000000000000009c60e97f0429d3715978c2650ac27c1fee3a6694f21c 1.49 MB 2,971 4
902,888 902,888 000000000000000000007d16b68ff101e67f5c476787e4a586d9bcf426757ff3 1.14 MB 476 2
902,887 902,887 00000000000000000000b5cf1d2f11362a791b907357a2f56472c2b10ac8b890 1.41 MB 2,216 3
Previous 10 blocks ↓
Total Size: 769.24 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,635.08 GB sent, 94.15 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.