Memory Pool Memory Pool Refreshing

5,443 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
907,653 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,348 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,652 (6,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,337 901,337 0000000000000000000075a2f741a1f1cde7aeeac5d85b9a0b48b3432148300f 1.76 MB 1,175 1
901,336 901,336 0000000000000000000015e05b22b3f54fd610834ad7eef9c41206f99391c637 1.75 MB 1,957 2
901,335 901,335 0000000000000000000121356fc76862d737e8b18479860da2ca727a11703622 1.91 MB 1,147 1
901,334 901,334 00000000000000000001dac8346626f8601d128fd79c402322f491a80ef66744 0.84 MB 206 1
901,333 901,333 00000000000000000001afac333645bb6039859c66f23c590e979a8e9c2463af 1.99 MB 930 1
901,332 901,332 00000000000000000001f209b2a1a73c90aef394f261e4511eb732798158dcfb 1.55 MB 2,120 2
901,331 901,331 0000000000000000000234f9c28f9842c436e15f34c9a173413e3727c37d0a1a 1.17 MB 1,951 2
901,330 901,330 000000000000000000008e7e2e94a9c2c6d28ea42f49ad856a69dc862981eba6 1.14 MB 1,972 2
901,329 901,329 00000000000000000001b1b9052c6a486d7052a0e3e70c176ee650685c3a38f4 0.61 MB 1,196 1
901,328 901,328 00000000000000000001f4b230456e1a60d2ac67d375f02053f9ec4a2639584d 0.54 MB 1,444 2
901,327 901,327 00000000000000000002041a0ee9abd2cf904543318a4d867def11d0911b22a1 0.83 MB 2,223 1
901,326 901,326 000000000000000000021b3c21de246542fa878afdd0331897b655d1785277ba 1.54 MB 3,259 2
901,325 901,325 0000000000000000000168c64966762c91b62353346039e2559b76d7291755a4 0.50 MB 1,168 1
901,324 901,324 000000000000000000014e025335f3d5424f529095e0206cde309f7636baf593 0.42 MB 1,172 1
901,323 901,323 0000000000000000000032cc3e6da2632ca31771108a4ded5680de7701750345 1.64 MB 3,085 2
901,322 901,322 000000000000000000007f3ee7769807e8e998b550f0350a4b95cb095769d7fb 1.54 MB 2,330 1
901,321 901,321 000000000000000000010ee26c297ab3dbfc8cfa71713f6ab30445e7b3accef2 1.57 MB 3,811 2
901,320 901,320 00000000000000000000d4642a299c6e05cc0d38c9680c0d20569cb19f38bc3f 1.64 MB 3,577 3
901,319 901,319 0000000000000000000141b9d66bde206d2eaa7ed3f4250d569a9758ebef039b 1.46 MB 3,491 3
901,318 901,318 000000000000000000019ffb2b3448e7b5addc45736670e32e9edfd67087a6a8 0.87 MB 1,565 2
901,317 901,317 00000000000000000001fe88585d5ea24bbf237193679dbcbcd9110618d6fbc4 1.39 MB 2,125 1
Previous 10 blocks ↓
Total Size: 768.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,593.39 GB sent, 92.23 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.