Memory Pool Memory Pool Refreshing

7,429 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 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
908,162 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,155 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,161 (709,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,060 199,060 00000000000003b3dec33b702b1d1ef284bbbc9fd8d54a77fd3f58b85d3df901 0.02 MB 48 194
199,059 199,059 0000000000000011dca153bc027ca6d7821ef99d1719683661b76555027e9077 0.05 MB 128 122
199,058 199,058 000000000000021d6ffdc2e27a6815c3a7af8330742ad187748b1fe825893a69 0.01 MB 38 169
199,057 199,057 00000000000005bbb2cb50dc1a3e199be22c55175f67f20f280e603bd3d49603 0.08 MB 155 90
199,056 199,056 00000000000002d0a6d2217cb5a49abc38c3304aea60120cf5bb7612b669d1df 0.03 MB 51 189
199,055 199,055 000000000000045d3963fcf9ec4d3ae205d1ca7c852a3bbe3bba34939fbbdc99 0.04 MB 137 175
199,054 199,054 000000000000039764f7da7203a2c3b123f4f26c408e55acb279a4f460aeadfb 0.30 MB 621 45
199,053 199,053 000000000000013d53b7222be5556dc4fa8cd317cd859e36a4b90d77d68f111c 0.07 MB 258 172
199,052 199,052 000000000000060d6dc54d4fcd9acb5a773e7a5e19778e097f6579f0a080923e 0.19 MB 256 103
199,051 199,051 00000000000000e311fbc7bbc161c912fb3e97e005a62335b17f9d17b8dab765 0.05 MB 123 79
199,050 199,050 000000000000001c728d1d8f7182743fba095a8e9806eb5a2a65133685dfdd93 0.14 MB 217 177
199,049 199,049 0000000000000233b712b2aa250f245c1baf069c05811976077e3582c88fed0e 0.05 MB 144 167
199,048 199,048 00000000000000cb86470d313cfe3bb2b917a5460d33b86e347f463489134754 0.03 MB 84 135
199,047 199,047 000000000000018002e3f2e4c15e76faecb9799f15c3893833044fce6c9ff369 0.05 MB 72 118
199,046 199,046 00000000000001a2382450a43b99d440dee4d9f66ab20e095e25a6d73eefa093 0.02 MB 41 263
199,045 199,045 000000000000041aca32838bf759cae90c1154eda60ffe8500f748e453bd6045 0.01 MB 21 90
199,044 199,044 00000000000004954322f07c86f9c378de03e9440929dd612a0d28d374376645 0.04 MB 108 126
199,043 199,043 00000000000005bc9fa7f781d340aeff519151f2c8eaa9b864a6afe377092674 0.01 MB 14 74
199,042 199,042 000000000000063505abb3711c9762870d52a10651ded633700159c956b11530 0.01 MB 17 90
199,041 199,041 0000000000000088c735e3b02de5bbe940369b3b904c2f0c5a5c00748f2a5831 0.08 MB 150 185
199,040 199,040 000000000000022b84197be82ba52d3c176fc9b4881b4a4a7d6b3e3a93ff55e9 0.08 MB 197 153
Previous 10 blocks ↓
Total Size: 769.86 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,680.92 GB sent, 97.16 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.