Memory Pool Memory Pool Refreshing

2,361 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,549 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.58 vMB 2,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (843,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,525 65,525 00000000019c1ec74042dfd3553a9305078b1aafa2519c8c0e58a524d5d63edf 0.00 MB 1 0
65,524 65,524 0000000002bb8a9a21bd02e7cd67ecde181f4d899f60f815a2b4484951ce6d74 0.00 MB 1 0
65,523 65,523 000000000176a3e231ecf00cb334e86052c99b9cfdc99fd3f285bf1c1aaef44c 0.00 MB 1 0
65,522 65,522 000000000840360352aa04609235a284d9a1c2c4ecbb47956f60e372e62d43b6 0.00 MB 1 0
65,521 65,521 0000000005a2ee55dd1b205f93e11e231fc100361daf84dd5786f273a95189c0 0.00 MB 1 0
65,520 65,520 0000000001968fc5fa10cad6a3c305e3e0924d5a9dd9550e93acc05a8aca968d 0.00 MB 1 0
65,519 65,519 00000000057ae5f55f157b38c995f239965c876be2c8ea68c81955a7e0ec2f1d 0.00 MB 1 0
65,518 65,518 0000000009d798e9fb74e2a942e191f23e433ae7e8bd97306194fdb4427d8bf8 0.00 MB 1 0
65,517 65,517 00000000055da5e56c97bc41fa66d18a85e966397dc98fcf8c1f970463a1158a 0.00 MB 1 0
65,516 65,516 0000000005d17574c3b2c5573bb1092d3e1c72f910c9b2577924c966f30e582a 0.00 MB 1 0
65,515 65,515 000000000307f90584da22fa5cfee6a2b80f8fc9501b79be56763a440cf151d3 0.00 MB 1 0
65,514 65,514 00000000064c4c6669a1ef7c26dc5d98ba03b5ac6582c7901479205c337f9260 0.00 MB 1 0
65,513 65,513 00000000060f8e2c251776071b9d3e0b574326b6ee4f0d01ef061e1e2ac86f97 0.00 MB 1 0
65,512 65,512 00000000018c7d95ac6aab7c9cee4a37a24b370ad4abccd724aea167080e2bbf 0.00 MB 1 0
65,511 65,511 0000000007c186e0e53262e8ce93a00c8161a528fcb42a18f1a2581996699f3f 0.00 MB 2 0
65,510 65,510 00000000089226f3b3bdd5a4ff8a24fb6a669e756e95e8589ed8819a6d7f6de4 0.00 MB 1 0
65,509 65,509 00000000021706465140b2bc2ea0efe194fea1640c0055a76d8a754a26ddcfe5 0.00 MB 1 0
65,508 65,508 000000000764d3a2a56399d3577dc04d114ba638e4e107d8e1e7791f0979bb9c 0.00 MB 1 0
65,507 65,507 0000000008450e117e2049c63a002b6f39e3a95217015f969ec2fa30e7eea281 0.00 MB 1 0
65,506 65,506 000000000a34ef784cf373e4fcaf7a4640db40218eae2b3ca7d6ff53bc0a143e 0.00 MB 1 0
65,505 65,505 0000000007377a27d97b3adfe6a9df0a62be69b40b98b41f0fd4677e814def19 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.66 GB sent, 100.54 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.