Memory Pool Memory Pool Refreshing

12,202 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (115,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
792,283 792,283 0000000000000000000262d8e45975d02afa29399b49d381dc7fafe303d5333a 1.71 MB 2,946 33
792,282 792,282 00000000000000000004a6a7775a29eace86540c67ac21bd0cfa1ca388fd242e 1.62 MB 3,359 50
792,281 792,281 00000000000000000002014e3161b699906db03e8c75c9df4fb681bf6118f215 1.77 MB 3,260 49
792,280 792,280 00000000000000000001c49ee884071a4870d4d3bb0e1c378e93dea3328efe6f 1.76 MB 3,282 48
792,279 792,279 00000000000000000001c585e842d81ca50d55efde0137f3077001a69a4d0dac 1.56 MB 2,972 47
792,278 792,278 0000000000000000000347ce14a6ed976b7f8e9b9223e3e83a61a77958962314 1.54 MB 2,917 64
792,277 792,277 00000000000000000003d3c68c805dbbdb71299aafe717a1fcc5a2b1f614df8d 1.59 MB 3,500 71
792,276 792,276 0000000000000000000164d3eea6226b94b29242b1c80eae3d68fb1e95fb4078 1.43 MB 3,305 67
792,275 792,275 00000000000000000003040c6b9e25c95cdd22cdb18438b77c8d7e3e44601f7f 1.42 MB 3,011 66
792,274 792,274 0000000000000000000262416c28d6e9f60f7dccd2ea0b9e66f63ad628c46a34 1.64 MB 3,615 47
792,273 792,273 00000000000000000002473a17128975769a79b1d7b05c5983db034dc936f4dd 1.38 MB 2,672 73
792,272 792,272 000000000000000000026c34ebc3a308639a8b785b2b98ae4854bc97692dd9f2 1.60 MB 3,079 56
792,271 792,271 00000000000000000004a8411b2fd6753568fbac38ca47ef7cab03b0e3f7451a 1.59 MB 3,827 61
792,270 792,270 0000000000000000000259c3ede77e58be2d6cd4425b3a679bed2ad0617eb491 1.59 MB 3,831 66
792,269 792,269 000000000000000000038e57957752aaabc41702f5ca513798efe19dcdab4327 1.48 MB 3,112 92
792,268 792,268 000000000000000000030eefb9192d217aa4fb04c49888b2afe853fe3c6e52b0 1.91 MB 3,730 34
792,267 792,267 00000000000000000004c3533aff72df01a7010dcb7ef085ef5f9adb8e34d1b0 1.72 MB 3,182 40
792,266 792,266 00000000000000000003c3de14d9d700be9034ba4baffb2e9d995e65a37dd6c3 1.45 MB 2,961 50
792,265 792,265 000000000000000000038b40a9075b1cb9e53afcee60caeb016895444756af54 1.51 MB 3,532 52
792,264 792,264 0000000000000000000345fd4e8cea4f5a13355140835308ccb65451f06bd72b 1.57 MB 3,278 66
792,263 792,263 00000000000000000003f09fb0e79b2e07941b7aef0c1552947d888752f8a470 1.57 MB 3,171 62
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.