Memory Pool Memory Pool Refreshing

8,260 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,168 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (695,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,601 212,601 00000000000003c81d2051c6957fae2b8265b6175f203d4372899c90d9345f38 0.25 MB 541 167
212,600 212,600 0000000000000477cd7b57c21142f99b1ae05630cebfdb3aedf48f693223e940 0.18 MB 422 180
212,599 212,599 000000000000048a0b949a844c0ec3c4ac28912a5c933556b9f107fc74b44d92 0.40 MB 1,007 176
212,598 212,598 00000000000000bf5f1b19acdb0d5c70bf31351ee359d4dc3120aba057c11d40 0.25 MB 571 164
212,597 212,597 00000000000004cfadb50f4f0c4a2c821aaa08e5de4242203739b40ad3b64b39 0.05 MB 149 261
212,596 212,596 000000000000030b772a7c4a4715a2c1518478801bdafea90fd996b2bdd81de9 0.23 MB 546 191
212,595 212,595 000000000000003ef01264f2b6e79515eeb371dfa1b75d69390d92eec9279046 0.17 MB 282 133
212,594 212,594 0000000000000028cb5fdc6358f10f30f41c83a7a8b77b012762bf3f07d0f58d 0.25 MB 436 140
212,593 212,593 000000000000034f6453fc80138c82220d1d916cf19815001366b89785464275 0.25 MB 882 246
212,592 212,592 000000000000044289b45dcbe85a3d2e63cf9e7db9616e0cbcb1ac170d9459e6 0.15 MB 404 168
212,591 212,591 0000000000000329cdff3f657591350cb552bf8dab71d402d9edefad665ac60a 0.43 MB 1,159 197
212,590 212,590 000000000000040a8de62769116987925eed9fb3ef3fd76b1349a4ea90713287 0.25 MB 139 70
212,589 212,589 000000000000030763746cae9fb8688aee6687ee967acd6e38690f1bb786c2a0 0.25 MB 593 161
212,588 212,588 000000000000038e806ca258301b5d1e6814f4037872c32ddccf0173480a318b 0.25 MB 727 215
212,587 212,587 00000000000000e4336d3d88f363ab152e8339316d46d20749a2d1f9ce0ab723 0.22 MB 384 139
212,586 212,586 00000000000004e493603f67d4de7860eded19851390a3717e89f3f9c6dafd8e 0.45 MB 790 122
212,585 212,585 000000000000047d7774d46addc7123e3f23dda1354bb458b1a7971f96bb0949 0.25 MB 803 228
212,584 212,584 00000000000002dcde70ac3516a6fd87e8a6d4ae9dffcae1fcc076c32b238bf5 0.05 MB 148 36
212,583 212,583 000000000000021078e9c101c5673f95d55f746992c3f98efb504e4abe7ce72d 0.47 MB 970 237
212,582 212,582 00000000000001f0185431110bdce13f3765f0e20e8384ee5116d32ae54bc5f3 0.25 MB 476 478
212,581 212,581 000000000000039109f55ebc6fbe610f215335e1a0ecc1dc9ace3d91cd98fe99 0.00 MB 11 174
Previous 10 blocks ↓
Total Size: 769.03 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,625.43 GB sent, 93.03 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.