Memory Pool Memory Pool Refreshing

8,455 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,731 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (756,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,273 151,273 000000000000089e2f55510bd06a6f1cbb3a11224a218ea034bb49af6b71dca4 0.01 MB 15 73
151,272 151,272 000000000000082ee7353251f957fc4d21a7ec80f528c903b318e2245ea2aa4d 0.04 MB 133 91
151,271 151,271 0000000000000c8520f33c8bbd21b96ff212084e45145bb05eec29f79a877a33 0.00 MB 3 0
151,270 151,270 00000000000004d8a5be650a434a83328cb1f2c3677c80a43c984acf23eb7896 0.00 MB 1 0
151,269 151,269 00000000000001db3bfe32579413de7afb8cf5ba508ec186cd1d3ec68f19f1c2 0.00 MB 13 33
151,268 151,268 000000000000083d48542f2cef91fe19752138e957bbeee957d365330166b689 0.01 MB 17 188
151,267 151,267 0000000000000cc71710a2248e1e447e7d675b0c9e27c56cbd4789b077add99b 0.00 MB 10 65
151,266 151,266 0000000000000626bb40a256384834d176207c45d72cfe2dddbb16ea1f031bf1 0.03 MB 63 47
151,265 151,265 000000000000025b24ae0f6a5b45dfb3092858b2e71b79d7db5487c4ff04087e 0.04 MB 68 92
151,264 151,264 000000000000074e94237c16276f67f22e27ae23124decd1c99ceca136d995a6 0.00 MB 5 31
151,263 151,263 000000000000086a79d65f09ae04ec32ba8dc3444c81289b572b7d2ca9d205c7 0.01 MB 41 47
151,262 151,262 0000000000000a3cdd0beb491cbf3197a15d2b11ec487105fb781d44ee486af3 0.01 MB 24 69
151,261 151,261 00000000000004ad0d3356f2743ce7bbeb9bd7de3eacd97ce5762a1e1e75210a 0.03 MB 38 403
151,260 151,260 000000000000034bb06121135dd5d53af5b108d99652bd6b670a4274a2f7723b 0.00 MB 8 107
151,259 151,259 0000000000000bfc739009d4c18325defcb26266ad3e7cecf58d9510d70dae55 0.01 MB 13 127
151,258 151,258 00000000000004dfba23fcdd13dbbeb31f7a8af8fa509bca3b9c4ee914e38106 0.03 MB 116 9
151,257 151,257 0000000000000dea3bd9b5d64e354b8006f48a842f628cd25b88f9f57bcf708c 0.00 MB 11 617
151,256 151,256 0000000000000424b577163f31487783436695151679ee66f283815416ff7126 0.01 MB 49 383
151,255 151,255 0000000000000c3ce622928c5745c437d56f8080b2ac384b40f128231ef2f893 0.02 MB 42 268
151,254 151,254 0000000000000c86c0b3ba4f0356b48f41bfb5be1f8a384bbba5c0771aae2aa3 0.03 MB 69 24
151,253 151,253 0000000000000397dca5d7445dead702d54e6c67a0dab6837761c98bc9a85949 0.03 MB 82 23
Previous 10 blocks ↓
Total Size: 769.26 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,635.23 GB sent, 94.21 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.