Memory Pool Memory Pool Refreshing

570 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (745,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,031 162,031 0000000000000112fee3184f0931ed9441069825edd18998b624038f92bee225 0.00 MB 10 53
162,030 162,030 0000000000000087efe7d736543b0fb492add3ea2d7fa4a64a5e04a8b537814c 0.00 MB 11 363
162,029 162,029 00000000000003b353a9a455b6f12f26e92bdc99cb4311e9262a18b1ccc52fec 0.01 MB 15 52
162,028 162,028 00000000000007fba813bf5f622d3e3eb2d2b1fefa8b676df245039b2107ecb9 0.05 MB 130 26
162,027 162,027 00000000000000ab7b1139f4d155a9119d2637869adbff561e3cf721a6fead79 0.02 MB 47 111
162,026 162,026 00000000000006a00ab93c675cfc4ca674511408d3131dc4be2764b241e87099 0.04 MB 71 424
162,025 162,025 0000000000000b1deb7bdc9cb4d9c29fc39d0b7d49f858bcc69300412f995616 0.04 MB 103 153
162,024 162,024 0000000000000d2334f0c82a829f04234a328d26a8f8a0634a6487f87e8fcde0 0.07 MB 80 127
162,023 162,023 0000000000000b6ac762f543a94263410dbabb6a1a54f5eefdc9a83fd335673d 0.00 MB 12 50
162,022 162,022 00000000000002554dff1fa67d19db55be64396da292c4bf8ed6492b0a311856 0.01 MB 16 10
162,021 162,021 0000000000000af97880ba886f74af56ffceab9c41e6c194977767f58e242105 0.04 MB 113 342
162,020 162,020 0000000000000ce6c367299e6495432bb27e1be21352949bdaa861914ca4e668 0.00 MB 5 164
162,019 162,019 00000000000009bde2262aec27280c68e3c94451a925a810a24bf8cbf21f4379 0.02 MB 25 463
162,018 162,018 00000000000003b3a64c62d76fb913310c5d4481330ac930c8165fe0c3b8ce97 0.05 MB 127 217
162,017 162,017 0000000000000378b6bc871fd6fb37747e6ca6816e92f3c217781238ab0b4255 0.04 MB 75 110
162,016 162,016 0000000000000b80e5f593b3d1db619585fb8b063c5daa3069bce913da1e39f5 0.03 MB 54 455
162,015 162,015 00000000000005800ec5b43c176be7d8b7d9428a19e76be6451c3af3cd29899d 0.05 MB 128 20
162,014 162,014 00000000000002f3b3dfd179cd3032801c4e6fb89fc21c6a52cb2e56db9adbb7 0.05 MB 93 116
162,013 162,013 0000000000000d3b0c1e2e95047431f6024007df9313e740892dc176be39eec2 0.01 MB 34 130
162,012 162,012 0000000000000be9110067787e82841085931cbfd3e16358276ab34f6a7da985 0.05 MB 74 263
162,011 162,011 000000000000073770b472518765a95128f2787fbf8528e81da097fca393e11a 0.02 MB 47 102
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.46 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.