Memory Pool Memory Pool Refreshing

469 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 444 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (682,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,537 225,537 000000000000008a89f77e02db0f6a4c35ef79730ce0df96dfb2a1b45ee3ae66 0.25 MB 582 188
225,536 225,536 00000000000002a7cae445400145410baff18ba905a0524cc6aed685daa84349 0.25 MB 825 273
225,535 225,535 00000000000002cb3370c616cedcb94d35f28ed11bc016bc73a3aa8db219cd40 0.19 MB 133 62
225,534 225,534 00000000000002042e9dcec34598efe7af6f1b907e0a7fa5a71c46f35ffda5af 0.25 MB 523 163
225,533 225,533 000000000000015f42ba5ddfbd1e63122aaeafb913a959a2d566cfa3bbc0b78a 0.25 MB 681 584
225,532 225,532 0000000000000260257d73f540644c36b113f0e00030686766db04fe754062c2 0.16 MB 210 111
225,531 225,531 000000000000017a9a021d17ece02707f4dc3564c5192e9f8fb6003f6c28db0f 0.25 MB 533 190
225,530 225,530 00000000000000dc494d88100ea1e330c8ed932745235397ca5c4348f2e15d34 0.25 MB 746 254
225,529 225,529 000000000000031c7e1fcdecb172c499dc8cfadaac1b105186d040bd1fb4ca9a 0.22 MB 168 39
225,528 225,528 00000000000002947e5459a8191d6932fb7187f5ffb6a5bae5ec80163b4c92ea 0.14 MB 237 141
225,527 225,527 00000000000000aa8a7e061f271ee5a0029ef21cc83af6d8f61ce490fe715b64 0.21 MB 505 186
225,526 225,526 000000000000014459fd0ca190bffa09137b61473dab1d6da4acc85927b1c0aa 0.25 MB 603 225
225,525 225,525 00000000000002daa36dc50093d4e99cdb35f7356c58265383d9e35927ca0fa2 0.03 MB 61 102
225,524 225,524 000000000000034b6269822ce1de944a944d93e013258242fa913ef0089300e1 0.23 MB 527 199
225,523 225,523 0000000000000214c31e6f732c00c7acdffc42c8384c2d2f8b3bd94fea7aa6d6 0.19 MB 286 102
225,522 225,522 0000000000000240089e9b3dac68adf81da7cfe7749cad923b2cb8c60bb948de 0.25 MB 766 275
225,521 225,521 000000000000036649d1a88b557f136b2bf0d883c2c5e91e81933cfb6ac4b32e 0.15 MB 312 177
225,520 225,520 0000000000000286e41435a7648b6ccb1aa973681759cfba548cf707ab4e03ad 0.05 MB 93 85
225,519 225,519 00000000000002e892338638d1abe01440a11c6bd543de6dc76ee181a61afe89 0.25 MB 561 225
225,518 225,518 000000000000004cc30c4c212750e22f840e8dd5f8b350d75fb88770cf9619d0 0.18 MB 444 212
225,517 225,517 00000000000002a8ff5b5bb410d372c55386155eac23b0d7ce74b1bb24dfa701 0.07 MB 117 137
Previous 10 blocks ↓
Total Size: 769.01 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,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.