Memory Pool Memory Pool Refreshing

9,868 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,146 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (346,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
561,128 561,128 00000000000000000025ad4ead8a9f321a286ed1716ba48600c8fa196499973b 0.34 MB 899 15
561,127 561,127 0000000000000000002453505912f963c8a7219498407eb1126037e3072c571c 0.43 MB 922 69
561,126 561,126 00000000000000000005ae02f21f5c743c8ab6c804b9d521750ba3b8989d457a 0.28 MB 314 12
561,125 561,125 0000000000000000002f46db4bc44d08aa9700a25933404f859d9e8930791f8c 1.12 MB 2,844 9
561,124 561,124 00000000000000000008bddd9c817e80c2160b94567296bc171db8d21517b033 1.10 MB 1,557 3
561,123 561,123 00000000000000000027a5054ba8797e41b29e2933ad388a5a2316bf41ee1e0f 1.23 MB 3,008 12
561,122 561,122 0000000000000000000634efd2461945f6ded3415633aecaf9292aabcf944b6f 1.33 MB 2,988 22
561,121 561,121 000000000000000000066426304cdfadaa790a6afafa79dc060a084528238bb1 1.35 MB 3,589 32
561,120 561,120 0000000000000000001dab075f533e05dcd016daaa015cc6c62f63da2c8d0c5e 1.18 MB 2,907 8
561,119 561,119 0000000000000000002d8e6c304234b6026cf63d3ca7e40a54401dcde60a06a6 1.29 MB 2,836 26
561,118 561,118 00000000000000000015b506a97747af6e1eba4ee26361f6cee2b0a1fb950ff0 0.66 MB 1,625 17
561,117 561,117 000000000000000000172fca06285e0ed1f2f76b382d467c0125d2024450e81a 0.61 MB 1,432 10
561,116 561,116 00000000000000000012ec3e168ffb818f2623014d4e6e37b8b130848b49e3ad 0.21 MB 496 12
561,115 561,115 000000000000000000266309f2bb6763056fabb0ea2785ea9c990be65d67d162 0.69 MB 1,524 13
561,114 561,114 0000000000000000000804705f24c7dc32439c09ab0413bb748bb6aa49def82e 0.38 MB 594 19
561,113 561,113 0000000000000000000fc412ca0e8bee2ba382b5b92ca34f7772f95ba2c338b9 0.20 MB 529 19
561,112 561,112 00000000000000000006cf96a8c4f1ccf65ba89522f7b45169b10bd2d48f2cdd 0.91 MB 635 34
561,111 561,111 0000000000000000001575cad3ce24292d2814fda9d64fb5e9b1798cd06b1e8c 1.25 MB 1,717 1
561,110 561,110 0000000000000000001fd070a04ff353c320edd4c50f61bf7e24283de8c89d36 1.24 MB 3,173 12
561,109 561,109 0000000000000000001e092f84358ba1b7ac921373557dd03ca0791e7a45e12c 1.29 MB 2,753 12
561,108 561,108 000000000000000000145fedb8edee151b838faa1a978c29fd2288affd7368c1 1.35 MB 2,529 7
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.