Memory Pool Memory Pool Refreshing

4,130 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,966 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,965 (708,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,064 199,064 00000000000003694ee25814fa42eccb1c00ad1eb42294380d172f9c29b76276 0.03 MB 101 143
199,063 199,063 000000000000025da254843734fdf6d185f2ac797d5931c81c88d55e58167943 0.05 MB 162 220
199,062 199,062 000000000000050a7d137d45ec24618553c76192948838a8043d3fa58bc56b6a 0.06 MB 155 63
199,061 199,061 0000000000000038a0ff71f08a6dbe0ffc017bee8ad8e4ef31728f2f49d4ed7e 0.01 MB 33 90
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
Previous 10 blocks ↓
Total Size: 769.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,646.46 GB sent, 95.35 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.