Memory Pool Memory Pool Refreshing

2,687 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (764,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,301 143,301 00000000000006b23b456c55be2b64a9012b99bb950dc40e5857684a9e43dc34 0.04 MB 150 144
143,300 143,300 00000000000000ff0f6eb103c0d187de0cc9501de07041a466ba8fcbd6e52eb9 0.02 MB 53 267
143,299 143,299 000000000000054c2356af8c78a7e968ec9b9fe0fe7c953e4cdb1d3e6207265d 0.02 MB 32 219
143,298 143,298 00000000000008cd71a783f10dee6a243d1b6b68f22828fc2a529ed2db486dfd 0.01 MB 26 331
143,297 143,297 00000000000008cfb9eecaa957c3ef66ddc949f48e5d3dc3e641f62e61b8f19f 0.01 MB 32 111
143,296 143,296 00000000000006e230c8ccf8a95ed054b0bf9020cbe4c0b81861d2e6d25abc7f 0.03 MB 78 120
143,295 143,295 00000000000006c29f41392968a3ab009bf4821110e67fbe7d34e47115b28c74 0.05 MB 118 91
143,294 143,294 000000000000045f2c085fb1e085152e3acdb8bc55b49cb7db35b1c43cf3b684 0.00 MB 1 0
143,293 143,293 00000000000000e454bc11e7e5c1277c6963131d0e5d7de7b4b8e9c10831b67d 0.01 MB 37 90
143,292 143,292 00000000000003b34198e4695e553a5ebe6f818df0db2e34b5b6a36114544525 0.01 MB 23 520
143,291 143,291 000000000000078d9abd511eab74030f5871bac67bedb6329f522c882544103d 0.01 MB 23 236
143,290 143,290 00000000000006fa97c9fdd9d3cb88ebb53264f45fec338c75711bd6e276bf26 0.01 MB 18 416
143,289 143,289 00000000000003bec8e1499ca0f7b16c53945f6e210bbbfbc178b1b9b229b6b3 0.00 MB 16 696
143,288 143,288 0000000000000887a8f686ec60614b882358074087ea5234de7f583177afce63 0.04 MB 117 150
143,287 143,287 000000000000093b20230ceae86348477dc78e97f3699d5de3c93f0ca3326917 0.01 MB 5 176
143,286 143,286 00000000000001b39f9cff81574f42d50b215c382e6b9a70186c6df500c688a9 0.02 MB 69 72
143,285 143,285 00000000000001b1c1fba85d2eb3094839d63da20d51c78b156e5471dc207747 0.00 MB 11 712
143,284 143,284 0000000000000965f7a115b4b91b565728ed8fe732a284b3216fcec51dce5250 0.04 MB 83 156
143,283 143,283 0000000000000106a4a190d3e670da5e1b844c50e731ca904c70ee6f25d2a6ed 0.02 MB 18 166
143,282 143,282 00000000000000d916a57ebbcebf3050b8db18e44ead5bf19d3b66e3d7bb9ef4 0.00 MB 5 514
143,281 143,281 00000000000006d5f1f58a53871a4cd27a3849fd452c56b7f6ff4e5eefc3a85b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.