Memory Pool Memory Pool Refreshing

10,286 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,145 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (603,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,152 304,152 000000000000000008288f8952b9f6cf46cba4cb47b9ba69426bd3c382c21e5d 0.15 MB 384 38
304,151 304,151 00000000000000006213093b72c16fc29aefded1074998a3f46d100ea4be1888 0.38 MB 815 39
304,150 304,150 00000000000000001982f63fd151dff685281573cc0965d80f49e77eb13b5d6a 0.02 MB 41 41
304,149 304,149 000000000000000003efc15aec8bda91ab00d2dd9b173ef9dc5c413b88a21127 0.01 MB 34 34
304,148 304,148 00000000000000005a4fd629e021ea24bd69eaf276bc53a22367b6c2e58d3632 0.18 MB 205 23
304,147 304,147 0000000000000000474f9d738447904badd1a9b0c6dc3f84bdb73031abe03323 0.01 MB 24 25
304,146 304,146 00000000000000003e327153310341a4e311073547c9e4c9afa725f2c7de3038 0.26 MB 140 17
304,145 304,145 00000000000000003c0fd8aff4cfb1db9cd77c45b03acc864855cd04480a8aa8 0.21 MB 402 162
304,144 304,144 00000000000000000ccedeffb8ebad5c6472a07d92e5d8d65cd9bcc37b1da886 0.06 MB 135 38
304,143 304,143 0000000000000000329b1118ebcf24a46e9bbef2784e5d8b9aa0be4580f6284c 0.01 MB 18 62
304,142 304,142 00000000000000005b5940509bef45202606b076a044fe4cd1e5e89f6f1d8929 0.10 MB 201 32
304,141 304,141 00000000000000005556031c36c598c1df5383a765c50c2f0b7a12598c072cef 0.30 MB 346 23
304,140 304,140 000000000000000016696c01ff9a971a9bd997a4306d472c63de8786a75b7f11 0.17 MB 347 38
304,139 304,139 000000000000000004905f52caa30859349050052535606c72fde5ad8ccfa6ca 0.04 MB 80 33
304,138 304,138 0000000000000000025602e3d1b78c2e05a1434a8c4011f7c23f6b350a9e6dcf 0.10 MB 127 26
304,137 304,137 00000000000000002f4bf47a7a01309c083f7dd000c494229561e0ceb43ee0aa 0.10 MB 282 41
304,136 304,136 0000000000000000443b1bfac41d493ca7ed0a7c640f2fecb04def76d56316c6 0.03 MB 75 44
304,135 304,135 00000000000000001471112fbaeda7cfc5eb3291c8513ec93a0221c4bb2e2c0f 0.15 MB 427 35
304,134 304,134 0000000000000000506846e914e447444457161f961a5f9c0c5f406771e0cb62 0.23 MB 468 40
304,133 304,133 00000000000000005f218459ebdf64e7e6ac9993dacc98db99a38eba12700303 0.22 MB 443 31
304,132 304,132 00000000000000000229404ca15bbf4280075caf95e56654a0e60f216827d099 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.