Memory Pool Memory Pool Refreshing

6,083 transactions
12.94 vMB
Show Random Selection Loading Transactions
Max Size: 55/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
894,880 0000000000000000000248b60000000000000000000000000000000000000000 1.00 vMB 1,367 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 894,879 (1,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,821 893,821 0000000000000000000091f7376fd58a24ce0cf391087b0d26786ba1bc9cea46 1.62 MB 3,019 1
893,820 893,820 00000000000000000001dfa616d8d33b6955fbe9fa87dcadd045ea2a2d8f1f0a 1.53 MB 4,087 8
893,819 893,819 00000000000000000000564e08a13e3ac4d57e6a8169439b831cff72f8550807 1.38 MB 1,145 1
893,818 893,818 00000000000000000002458c1fb0631b3fa26e83834b4c5f35497beefcf9344d 1.65 MB 3,543 4
893,817 893,817 00000000000000000000350bb7e37c2ce12e1b1e9df591a6cf06c47897b1f4b5 1.60 MB 3,650 5
893,816 893,816 000000000000000000011a386e3ba5697ec5f7a71286d729659595d0dfa7c223 1.52 MB 2,905 4
893,815 893,815 0000000000000000000208a36299b903fe6dda39d15f67088eaf28d9a3298183 1.73 MB 2,419 3
893,814 893,814 00000000000000000000b1f0e0cf9af9fedd397f9868575b8c5fda0db86ecdda 1.97 MB 2,326 2
893,813 893,813 00000000000000000001f2de939b9fd5f6b00d2bad36a3c426a6750128fd267a 1.73 MB 2,981 6
893,812 893,812 00000000000000000002057d94dcf46da86c6b0f002161a9830ad55c7ad9cb53 1.64 MB 3,309 6
893,811 893,811 000000000000000000023e6aa9f4b2e1956d320c79faf4824719a3ea41a242ba 1.78 MB 1,700 2
893,810 893,810 00000000000000000002326a17e8e0047ceb0216d71f84d9a7ecf53e745696b9 1.73 MB 3,707 8
893,809 893,809 00000000000000000000379ee1cbce6cfcbb620dd664dbf4c5504e0330042aa7 1.96 MB 1,152 2
893,808 893,808 00000000000000000000526ba642f6dc592ebe2b8003f8d04cc3af904a7926ee 1.92 MB 2,268 1
893,807 893,807 00000000000000000001ede9b2db989ae458c84b95c4d5f0b9849cbf39c67c1e 1.62 MB 3,337 4
893,806 893,806 00000000000000000001ed0440c31bb6b2712ee3e828818325f46072ec138b5c 1.57 MB 3,791 11
893,805 893,805 0000000000000000000008a2012a19e8a5f5340e7347c9bb525ea609c39bcaba 1.38 MB 2,245 3
893,804 893,804 0000000000000000000153f028f42db5ce19f02a8dbefba69e4e9e42cebe55e9 1.59 MB 3,553 11
893,803 893,803 00000000000000000001c7a76b834083bd9e429de94294b27dd787bfa4329e5b 2.10 MB 611 1
893,802 893,802 00000000000000000001b6358adcc27e89dd5fabfd424fdb6218211e5a7c5d02 1.91 MB 3,877 2
893,801 893,801 0000000000000000000235a48643f2dd128c0ddbed220fd0dcd7e6cba30d7e8e 1.35 MB 1,724 3
Previous 10 blocks ↓
Total Size: 746.63 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: 3,992.29 GB sent, 195.47 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.