Memory Pool Memory Pool Refreshing

3,864 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,655 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (756,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,285 151,285 0000000000000b08cd75a6a152fa31a41ec0a6a76a310ad0fb8cc2e4b42d21ae 0.02 MB 30 19
151,284 151,284 0000000000000841c244da63d9c52ce141108175fa74768099566c545de957f4 0.00 MB 10 747
151,283 151,283 000000000000067d67d4bd7d1dd08e6f723b485a01938deb6ff18c81c317741d 0.02 MB 39 201
151,282 151,282 0000000000000584e27c4a4a49ee4935b8896eb04ee54f72272cc10aceb0b2cc 0.01 MB 33 165
151,281 151,281 00000000000000f3e78143453d6a79d57e1f1570b5af25a92cd7a3f08a5a2ceb 0.01 MB 36 301
151,280 151,280 000000000000077462a12e5988c2a179e65cbe7afcca37b0c980e3a98a34da1e 0.02 MB 28 198
151,279 151,279 0000000000000868d8a7f7d763bc44999528d8048dadc4c7ff51beab6f96c12d 0.02 MB 78 69
151,278 151,278 0000000000000419a4b5387aa6008152228694737af63dca2a70f2aef3cb0919 0.01 MB 24 73
151,277 151,277 00000000000007a48735b495826fca7d83c870645854c81168d51b2d6247461b 0.00 MB 13 80
151,276 151,276 0000000000000bfcaf1a4622f735372f1aa461d21c91f76a2018445f2049314a 0.01 MB 31 321
151,275 151,275 00000000000007b8ae48d127948f51ce4f33dc434288438ad7722ab60dab2e11 0.05 MB 125 132
151,274 151,274 00000000000009dd105090ed980a4f7480d3f4484a997b6fdeb1357c31d14d61 0.02 MB 54 101
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
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.