Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,512 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (648,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,056 259,056 000000000000000a9871951e38dce200af6b70b52e8895b6c3dd9b8f27823e12 0.23 MB 584 122
259,055 259,055 0000000000000013f937454928932438be3bf9c87ca0f9efcac0b891a044abbd 0.10 MB 206 83
259,054 259,054 000000000000001458e232cc08356b8e9eaa408fa36cebf426ed0b3567a82169 0.11 MB 290 94
259,053 259,053 000000000000000768d4ef453d377c2bc3ae2a46746129c3666d13de8c74e6a2 0.08 MB 166 118
259,052 259,052 00000000000000030e1ba70b84650694732a6393d0a2fa3c0505d951a1983428 0.01 MB 20 113
259,051 259,051 0000000000000005d683392a3cb1bf44a1f2aa1887bb24a2dc201ced859a5693 0.17 MB 348 94
259,050 259,050 00000000000000067f28c2daa41339d35178da871e9343932e02c08d9678bcef 0.09 MB 219 91
259,049 259,049 00000000000000157b5879dd38f0b10719580bf15ec78f5db47b99c87fc23be2 0.38 MB 161 85
259,048 259,048 000000000000001baa61e918de5c2cf0c181b3b76037b6c85d3e2a193583cee1 0.10 MB 252 114
259,047 259,047 000000000000001597b9e18f6594da9d536d64357b8032fa8327390aa3509b5f 0.08 MB 115 41
259,046 259,046 00000000000000023d809852ea729aeaabb1d0466ac4a012756679c71c753b82 0.25 MB 619 135
259,045 259,045 00000000000000007477e806ffc935fb822312af63ebc1a0bed6905252c733ae 0.07 MB 186 95
259,044 259,044 00000000000000217e7ba41cb7193e1ba3ae8423449484cd4135c758991778ce 0.46 MB 1,028 109
259,043 259,043 00000000000000188dd576b2ec93036b462f0272a9e84d03a2fa54d3634a155b 0.36 MB 562 39
259,042 259,042 00000000000000246a63d846a45c454f7fb4d6ecd5edb8c1e693af2c3b6ff823 0.25 MB 681 166
259,041 259,041 000000000000000d7b43848440f5c9bda72cc640aef6788518a897f65cc747e1 0.25 MB 492 92
259,040 259,040 000000000000000854cd37bd5d04fe87845d3558892eb8d8a5b48804f07c4dff 0.25 MB 657 128
259,039 259,039 000000000000000025648bf3ec8140d8384b106efff028e57c42faacfa812d8d 0.25 MB 646 124
259,038 259,038 000000000000001279c2cc782a01e1156b920455b25196742c159aa1f1a10f69 0.02 MB 69 104
259,037 259,037 000000000000001b9105958eb2d7c6bdd56e8330e782f1c6c983aafe7c76e67e 0.06 MB 152 62
259,036 259,036 000000000000001cd82dacf8bd44b19f66f214eff33f95cf131ba1b4f8e80998 0.14 MB 321 73
Previous 10 blocks ↓
Total Size: 769.00 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.91 GB sent, 92.84 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.