Memory Pool Memory Pool Refreshing

3,221 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 3,193 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (333,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
574,153 574,153 000000000000000000197ac0c16db4dec685e5a1ac753ba8cc896947791792b8 0.21 MB 597 26
574,152 574,152 000000000000000000088e6871a2812a40a70a4fb5c5f8cf2e368f1ec186ed50 0.23 MB 615 4
574,151 574,151 000000000000000000033ffe895a1da3413b618e42065353bc33647bfec1eb46 1.10 MB 3,412 15
574,150 574,150 0000000000000000001b207787cc24bed8039159f60e0a312fde1beed282cc28 1.23 MB 3,124 29
574,149 574,149 0000000000000000000ad936336305a3edbf0fb8362d2f72c98c5a6f54eec044 1.08 MB 3,123 5
574,148 574,148 000000000000000000170c07c8eaf536d5bd84b048a14fe3140fa6523198d8a7 1.26 MB 3,301 33
574,147 574,147 000000000000000000106adce94859ff4cb049109fc4b414986ef4a97ac75eaf 1.13 MB 3,209 21
574,146 574,146 0000000000000000001d893df558b3eabbcfaf677f0469cb94978d37a968d126 1.17 MB 2,643 42
574,145 574,145 0000000000000000000f27c8d82a4b17c685f9af1a334b3f8383df14cccfb7ab 1.33 MB 3,282 41
574,144 574,144 0000000000000000000abbb3187bdab68cea88cbbc3afb2c6daa84e844627786 1.29 MB 3,139 73
574,143 574,143 00000000000000000022566e0f17700e69f2fa6b2684239c9ab984c6f2815882 0.60 MB 1,570 27
574,142 574,142 0000000000000000001c222579354119433ae694640714f0149aa0ec68d0aadd 0.06 MB 179 17
574,141 574,141 000000000000000000016e7e74b2a935fa9b235c1ca8b56dadaa2f768e7a8b5a 0.87 MB 1,369 11
574,140 574,140 00000000000000000007f312ce0ca7e3db768a08e7c4f9152bef3d978df4e5b5 1.17 MB 3,091 13
574,139 574,139 0000000000000000001080ca79a45872bd1c3c109fa014a7646e1dea867ed859 1.09 MB 3,261 14
574,138 574,138 0000000000000000002c0f9382e22e23669f19d3eea9b9b4c2c676ee58396dcd 1.27 MB 2,864 65
574,137 574,137 0000000000000000001d2d489ec097347d9800e61280b8396055df8223e7272e 1.14 MB 3,302 24
574,136 574,136 0000000000000000000ee46e8e399c887c8e1405276190e59025cfd0fd7605d6 1.02 MB 3,343 2
574,135 574,135 0000000000000000002b859ec1a518d3bb6ff643d9df23492242a7c23fafec5c 1.17 MB 3,031 36
574,134 574,134 00000000000000000005c85248b3d9d6b875e40875066a43343c86979089d840 1.15 MB 3,079 20
574,133 574,133 0000000000000000002504c6708ba10e8ba82b812218bf0debb77923b3eb404d 1.27 MB 3,358 58
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.