Memory Pool Memory Pool Refreshing

4,857 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (547,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,895 359,895 0000000000000000147a0a8f74aaac307da6a781662b8052b7389e869ffb5e13 0.04 MB 96 18
359,894 359,894 0000000000000000158c3c3a4322608a45115436c0f413b2163af6b9931dc70a 0.25 MB 477 25
359,893 359,893 000000000000000012595a7395fee39c87d8a168c7363e3ffc2eb465ff448ddc 0.56 MB 1,162 30
359,892 359,892 0000000000000000042de34600e720ac151615536ff5fc2c9cbe5918a5ec089e 0.09 MB 150 22
359,891 359,891 00000000000000001700425c2c5de68aca841edd439e2123b8b2f0073eaed715 0.69 MB 1,492 28
359,890 359,890 00000000000000000d25687ad7cd368ee3d529d8d3d60afb6e4244029148dff5 0.13 MB 259 22
359,889 359,889 00000000000000000b389321fb735ee978e950dd1be3135bab91c34ec6fe7eee 0.10 MB 160 18
359,888 359,888 00000000000000001370b112822e45543b71ea62929add65b5ff18b67cf76a0c 0.74 MB 1,448 35
359,887 359,887 000000000000000005f5fb58fa6e3402b7b1ae063fff260db1f54ad9c1feb14c 0.36 MB 656 28
359,886 359,886 000000000000000009dc3cbbd30ee826f3ed381b2b051fcf912cc3aa0004e17e 0.68 MB 1,170 23
359,885 359,885 00000000000000000840828ef4e5f414e54de7bebd03b37f04a197ccfe4c9b15 0.15 MB 288 36
359,884 359,884 00000000000000000928670233d3d01ded2fed7eac2220099a074c191f4b64ea 0.08 MB 120 17
359,883 359,883 00000000000000001080b9ff35da4c356d7f321818c59ad60838c811903248ca 0.14 MB 237 21
359,882 359,882 000000000000000014158ce7109ecb20f8768ffe322efc945c150c102412b597 0.28 MB 415 18
359,881 359,881 00000000000000000b71baf67591d78e6d55fa60405a4672d2890c96b14546d0 0.25 MB 478 28
359,880 359,880 0000000000000000120162111f7c5a6c71cfc96bb757abcbbee16c63a80615c2 0.43 MB 890 29
359,879 359,879 00000000000000000286eaa65ae7eee5cd0a3a931d1efa2dd8b5591fc2a9f4cc 0.08 MB 123 20
359,878 359,878 0000000000000000116102d74bd188b5c683b8c8c18fe651aaad829f824769c4 0.11 MB 226 24
359,877 359,877 000000000000000011ec49230b4a69e4414d2023d6a0955876fa95f416e0a93a 0.03 MB 64 37
359,876 359,876 000000000000000001395dc85c4898a79003b6610ff8977e568c2ea5fa9ac8d1 0.24 MB 351 22
359,875 359,875 00000000000000001121383bdf780af5290a88dcba88ad38c6be5369f4b6023b 0.05 MB 77 22
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.