Memory Pool Memory Pool Refreshing

24,461 transactions
30.86 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,782 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,781 (37,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,276 826,276 00000000000000000001a65a8d3904468ddd428ea8cc5ec6a0cc803dca32654b 1.57 MB 3,281 170
826,275 826,275 000000000000000000001c20d01533a7f7a4c6e0edbec0a152dffbfb18b1e3e1 1.70 MB 3,344 76
826,274 826,274 00000000000000000000c413638903df55ca21c28a251d068bbf1599914dcd85 1.71 MB 3,503 87
826,273 826,273 00000000000000000000db9f0071666eca15a66d75641ed8fcd7486798863533 1.59 MB 3,668 140
826,272 826,272 00000000000000000001043677412d0663b605be09f2a83c16bc36158666cb39 1.60 MB 3,069 87
826,271 826,271 00000000000000000003866a2070d5f0611b2ceb5de253191af9c9fec8e10580 1.52 MB 3,689 108
826,270 826,270 0000000000000000000087c005298b399036e5a363651a9ede32febcd8309387 1.55 MB 3,445 72
826,269 826,269 0000000000000000000339989e3278a17f29d93181f0a5240f8463133e9b4b35 1.52 MB 2,513 50
826,268 826,268 0000000000000000000007ef57083903d7a153af726a5a5270b1c9c3d756c48d 1.67 MB 3,671 88
826,267 826,267 000000000000000000022e6fb911850f0454f53e63dde82a788e59f7e68c4465 1.71 MB 3,642 62
826,266 826,266 00000000000000000003ca499cad1693109b2341830bbbe436d56691e673af59 1.46 MB 2,840 79
826,265 826,265 0000000000000000000395722ba399585dec3ca283e1a78015a8a23054d07f73 1.66 MB 3,993 74
826,264 826,264 00000000000000000002851f1f43065517e1e85e33b74b5530785b433308024c 1.78 MB 3,796 56
826,263 826,263 00000000000000000001beefa81ecbf61a872477cd4fcda9d1007a59da47e2c8 1.62 MB 3,678 83
826,262 826,262 00000000000000000001da0b9f8bf35ea3f43ce535dd0f92427a204f68d41af5 1.66 MB 4,407 76
826,261 826,261 000000000000000000024014be7c2a73efbe081bc443cedd4fe0bb00c10002ee 2.19 MB 3,499 50
826,260 826,260 00000000000000000000940784d20d937702c9cbe86c0a9ca2564927def196bf 1.75 MB 3,106 53
826,259 826,259 0000000000000000000082f468b601690a8538db7533553eebeae14d7f47cc9e 1.82 MB 3,447 59
826,258 826,258 000000000000000000035ca6a1ee255308aff33e5c348750f6ec1cc6f70a643a 1.70 MB 4,321 75
826,257 826,257 000000000000000000001cfa935b30932a53a18662348c0c9bf693540614375c 1.71 MB 4,406 79
826,256 826,256 00000000000000000002a2a5ee60db7c233ce695872c32be4fe053988956e8cb 1.62 MB 3,936 136
Previous 10 blocks ↓
Total Size: 687.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,521.24 GB sent, 122.91 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.