Memory Pool Memory Pool Refreshing

1,037 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,007 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (602,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,790 304,790 000000000000000049e902e00b58beab44896a596eed4beb7597c5c0ab2f510a 0.04 MB 85 31
304,789 304,789 00000000000000003e96e8cee3d4cdc00ed0e620ed603107a9bb1b39f43676c8 0.16 MB 236 28
304,788 304,788 000000000000000015861c17f2430a9851033559b27fb82162bb71a732ff4a79 0.09 MB 151 26
304,787 304,787 000000000000000033d67c3570c9d64019429cfe8f627606342e8bb693fafbb3 0.04 MB 67 18
304,786 304,786 00000000000000001198983db9048cb76e216377176962c2b5a4d434236d25ba 0.08 MB 104 23
304,785 304,785 00000000000000004d8ff88465cc430d39f5704add18f45cd955041998971eb3 0.17 MB 253 28
304,784 304,784 000000000000000005d3385ac582e4a18a9ca0d4a23d3fee363d8bbf61918654 0.15 MB 190 27
304,783 304,783 000000000000000010daf750f00fe7ca351de59849854f1032fd3be043c043dd 0.36 MB 504 28
304,782 304,782 00000000000000003982be6117b7444a87741a8887559c763ae93167c5a7ea7d 0.34 MB 485 26
304,781 304,781 00000000000000001b05523ca004a9db0481025c4078930a3e06619d19ec756c 0.02 MB 44 36
304,780 304,780 000000000000000003e67536960657e07d68336f0bf23c46296560a1e467029d 0.06 MB 126 47
304,779 304,779 00000000000000002c19c8ed1df3c9aab89c6985847653a5deaa5924f158205f 0.10 MB 199 25
304,778 304,778 00000000000000000a20453cce007a5b5758fd282c48b7d1d78c11a654f01229 0.07 MB 110 26
304,777 304,777 0000000000000000152f4a412822268e887fdd2b9dd75df42ebde8909777633e 0.09 MB 176 30
304,776 304,776 00000000000000005c2b68e396e6b6195ea2869e94fcaa0c97d5c2694d512256 0.16 MB 294 30
304,775 304,775 00000000000000003d4ec4ded7f539c0f3883f192859279a659aef6be980d380 0.06 MB 58 19
304,774 304,774 000000000000000016e5bbb134e4c4ac3a1aa7dd8eea186d346c487f47b3abec 0.12 MB 249 33
304,773 304,773 00000000000000002f2a4f6c9e8ebe776aefb41b16f202550aec40f2a578462e 0.02 MB 40 17
304,772 304,772 000000000000000040f43a1705912424d22875262cc0fac37f47d3fb093e62b5 0.42 MB 761 29
304,771 304,771 000000000000000003b3bb6e456f37e3c9da25765f52d41b58de86c657564d78 0.28 MB 455 23
304,770 304,770 00000000000000003dee14d69d28499fc739c600213fde9b6e00027e490ec43a 0.35 MB 900 41
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.