Memory Pool Memory Pool Refreshing

1,372 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,461 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,460 (904,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,822 3,822 00000000f6f97fb9a00d57772ad01bf663106253b840aaaf1f37fdfa9e734282 0.00 MB 1 0
3,821 3,821 0000000030ed2872a8bf721b7ffcf9960324759d1c91eb9fc8bc337db61bc82c 0.00 MB 1 0
3,820 3,820 000000008ef011d801e138c195c44a61d7bfc9623fc860e40615f6fc6eadc763 0.00 MB 1 0
3,819 3,819 00000000d4cf6db8224f0f2240b92742529354134e02a6c3781b18985145a8ea 0.00 MB 1 0
3,818 3,818 0000000007dd2f02caac382b7392e0bdf991ad2a0f770d9c3f65bd429acd53c9 0.00 MB 1 0
3,817 3,817 000000007bc3f4303748cdcf99e275b1635ba0d9b75ef31e5705ba00319c293b 0.00 MB 1 0
3,816 3,816 0000000096b0ff5b668134d8e0b03ddc6965c19c13c589ff4aa378cf4b0d405c 0.00 MB 1 0
3,815 3,815 0000000085f4804376c7770616a4d135137c13414d6bc1657cdde7a0a43764d7 0.00 MB 1 0
3,814 3,814 00000000fec71235003286120ddbee39b0e9bd6f69055db02131c428beb05775 0.00 MB 1 0
3,813 3,813 00000000cc6f84dcf5f8cf98cef63c0d7ecd8fde84c11ace8c741f6c27baf5ef 0.00 MB 1 0
3,812 3,812 00000000c02f94742dc19fcd2ff068dd7e2e62944541ba1273b40b697cd1a3d6 0.00 MB 1 0
3,811 3,811 000000000cecb117369f05b10256e417927e35998227ef09e12b2b027ccf4f65 0.00 MB 1 0
3,810 3,810 00000000ab72968a8aa0add44244a68e5fbf2e2f0fde0d9b26e3d465a0b5d418 0.00 MB 1 0
3,809 3,809 000000006e592d7b479b5a0e021c8311ebe5d14a7833dd895a243ab897cb35c6 0.00 MB 1 0
3,808 3,808 00000000c2778d0f857f30bc33d74dfbe81e7638bd09c0b1d234a634e4f068e3 0.00 MB 1 0
3,807 3,807 000000006f8648807dd770d06929b305658307bca587094b3398c481a1b70fcc 0.00 MB 1 0
3,806 3,806 0000000013ffd0a8a4840d5dcfb60f75c8e9bc2b7922a16fa2f7e12b130466c7 0.00 MB 1 0
3,805 3,805 000000005dd88c6b2c92052eb03bc7d1fccbfac5cdf2f6f2def3d6ed7c2dc3ae 0.00 MB 1 0
3,804 3,804 000000007bcf9054f095be63fbb9ebb45c3203463c2bfec8189e09a95ca46d84 0.00 MB 1 0
3,803 3,803 0000000017d2e1b5902a3196ab4a529e61a8dab39a28e8117c7fe90150d82ae5 0.00 MB 1 0
3,802 3,802 00000000296688219f64d8120be5b49d152f849e4ccff8ba522af8d95b8f398b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.75 GB sent, 99.82 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.