Memory Pool Memory Pool Refreshing

14,052 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (709,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,911 197,911 000000000000039551682f252dddc86444a05b3e178841cf726f6b16dc684c0c 0.02 MB 92 86
197,910 197,910 0000000000000192f61da47945d33f579a85c2dbff9b2897ea96271387566617 0.02 MB 72 324
197,909 197,909 0000000000000324f06c0e6cbb885be8f49cb9383f96d419c26ccfaa96522bbb 0.03 MB 66 107
197,908 197,908 0000000000000181139450acd5a7cf35022616a67dea3e625fe2af8ceb08d658 0.12 MB 423 189
197,907 197,907 00000000000002b24de50ea77d9ca2913367b4752be247353bc859c34f1725a3 0.23 MB 512 99
197,906 197,906 000000000000044e5d3006f53e86e3858b0cc97a4687c874c3531b979e8c9bc8 0.03 MB 100 520
197,905 197,905 0000000000000309af857bff7416483151cdc48039dcb7e9c3335c5f6fb21392 0.23 MB 577 223
197,904 197,904 000000000000009db302a7246b909dcc90e2b5f25092a30117199db01d5a40f1 0.06 MB 134 120
197,903 197,903 0000000000000151fa6f097bea2eea394ca838b751349b7bf57411c6a1567a8f 0.01 MB 39 202
197,902 197,902 000000000000007dd35f1126ee1086be72c93c7ca0695a076eb0c4e74d0865ca 0.12 MB 267 105
197,901 197,901 00000000000005389350dec624c122479bbdd1884501080b5dde24aaa39e25a0 0.05 MB 29 70
197,900 197,900 000000000000054e8c833f882ac511d6a43afd5ef10d914d617f39dfdc6e5b4d 0.09 MB 213 210
197,899 197,899 0000000000000080abf95600923008d95a3247a2cde480a26e002ceb0bcb47c0 0.10 MB 199 136
197,898 197,898 0000000000000434185a2ebcdfc5f48d974c061555a1568884afa04bf680c5d4 0.03 MB 66 99
197,897 197,897 00000000000002cf9c462d34552deb5172b2712d6fe14b4e2bde1d25950ee945 0.26 MB 512 105
197,896 197,896 000000000000029f2c7bd56c0cbabf392945ed33f10ff51a3750a06ab6769d80 0.20 MB 497 152
197,895 197,895 00000000000001e678487963602c58804be4f05907af6f1420b59ef59b640482 0.05 MB 123 190
197,894 197,894 000000000000062eecf18e687feeeefe64c240881c97d4922f7f87c80a812ecf 0.12 MB 284 246
197,893 197,893 00000000000002027e48332c42c5d3d3caf9ee2c06601476ad971033446935f9 0.09 MB 232 316
197,892 197,892 00000000000000a06aa168cdc6efe2de30edd4326692bb1759360809a1cc15ca 0.06 MB 64 63
197,891 197,891 00000000000003e5ef5849150519cfd46f49ecf5e4fc259dd86d81acf2ca7d22 0.14 MB 379 198
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.