Memory Pool Memory Pool Refreshing

1,076 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (816,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,401 92,401 0000000000023bf0dc268b718c359dffdcca089cf71c5653ff4d38262092a148 0.00 MB 5 0
92,400 92,400 00000000000890521d6dd1fbe096cec7d3c3d293c7929cf5699d7e2af45f9b0d 0.00 MB 1 0
92,399 92,399 00000000000b493e3f0f7351fbc9d857f7bcb42061f1ae103379dbaa50bf878b 0.00 MB 1 0
92,398 92,398 000000000008fac7e6a0a1ceffada143372ffd3f747808077bfc4cef72d5027a 0.00 MB 1 0
92,397 92,397 000000000009e28582c5f7d5267d5aa800cf4b37b68c3296ba9d2a1e5f79be27 0.00 MB 1 0
92,396 92,396 00000000000467c47dfc9c379be7bd2e0ac89714e5b505b8eb079403b9e801e1 0.00 MB 3 0
92,395 92,395 000000000001ffeb8b99b9fb5a2fcc660ad9d43d0641472c9f12be5d56bfc6c9 0.00 MB 1 0
92,394 92,394 000000000007397dea6fa2aa655789453fe0f2005d0741894119dbd9f9684b48 0.00 MB 3 0
92,393 92,393 000000000005a54a54188ed88913309b35dffb5797f473cfcddaf0b70940bf95 0.00 MB 1 0
92,392 92,392 00000000000b701d5856778134e52bc33bb4192b3506fd5915cf3183757b48bb 0.00 MB 2 0
92,391 92,391 00000000000a2542bade20ee557e2bfdb153a4108811dab553ef015d0ab2209b 0.00 MB 1 0
92,390 92,390 0000000000088a7c782d510a9fdd7d9a000e9f3f6c394fd2d8280b3d0d2cdb75 0.00 MB 1 0
92,389 92,389 000000000002cd7b9c913f1e46fcdfeed75355dbc72abf68c62414e9b40704c1 0.00 MB 1 0
92,388 92,388 000000000003eb9722d57eaca9c123269ea22e8f4fa591c2899e202091a70a2a 0.00 MB 3 0
92,387 92,387 00000000000bb29cecbcd66374c75b5bc74970a640d566a6e78b24af378ce2d0 0.00 MB 1 0
92,386 92,386 00000000000097be25a7b3e40d05ca389e90a7fd662c27704cf049704486ebfd 0.00 MB 1 0
92,385 92,385 00000000000ce51b8f1ee77caa08a3b92e719f900c2c16c05417cc648e5119ad 0.00 MB 2 0
92,384 92,384 0000000000037c9d300077fffecadcbdf228cf07ed543a4044e577da6cffa140 0.00 MB 1 0
92,383 92,383 00000000000210ed6d42e9147f1a142ec7d24b5724c5a2aa5317e264af2fec1f 0.00 MB 1 0
92,382 92,382 00000000000d86d5f775fb558de3de856c80441b2fc8fd835844ff86fa2a1af2 0.00 MB 5 0
92,381 92,381 00000000000b81022344183d3559803966d5b2932d3fe3ad7031d05af8a9b07f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.