Memory Pool Memory Pool Refreshing

1,808 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (701,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,471 206,471 00000000000002e19724fcb69e40b94f8cde5363ff7c63f2645454344e65d454 0.24 MB 178 105
206,470 206,470 00000000000004d162f00398a8dae9ca92841fcd69264c7f60658a651496c974 0.00 MB 12 14
206,469 206,469 000000000000049a671dcba59f2b4d7b383500bb128c5f49fa96a071f405072a 0.14 MB 283 224
206,468 206,468 00000000000003a0e50ddb3d4bafaa5cd905dbf4272ea8d205e0630ec7bada46 0.19 MB 336 154
206,467 206,467 00000000000000ca22114ec9981b57bde0a51c6223efd1c187344536397fc0f5 0.30 MB 515 130
206,466 206,466 00000000000004df9d9bf1e9df9c96c562e4cb5e4cad6703cc3f8403cc23246c 0.05 MB 131 149
206,465 206,465 000000000000013d86b8a5c6144c47cb1213608f2d6c29f6a8e9cdae0593a1c5 0.05 MB 138 92
206,464 206,464 00000000000002168e46327d0ba80a2dfe04d7bef93791cd9177b08bd8e6a08f 0.03 MB 68 22
206,463 206,463 00000000000001e2fc4f25fe6d5e6600d978cd937d2528c1e08e78850423fefd 0.16 MB 415 194
206,462 206,462 000000000000021f176d8be3c0b98daa322adee60b9fb7c3d9b2843caf804013 0.00 MB 11 295
206,461 206,461 00000000000004086917c9b0078fb1b4c300f36595cbe859147e84572ba67e34 0.25 MB 433 217
206,460 206,460 00000000000004e815d65e6d29ab18f3f43f942ba4cc01368e617f503152b946 0.02 MB 50 23
206,459 206,459 000000000000004055b1ca47e8ec80ac275db29142d5edf1e65a680f03dfee37 0.15 MB 121 85
206,458 206,458 00000000000002b0fa887f1ef355d8b86dd75fc5d5bd93613584383765ab8f4f 0.25 MB 687 234
206,457 206,457 000000000000028ab4191ac242bf7b4437c3f1674362bc5880222398effb8b3b 0.05 MB 142 107
206,456 206,456 0000000000000024f7e67508287d9d7c39d2c9f3fc5309368f66c4f4d5f76376 0.01 MB 12 65
206,455 206,455 0000000000000001cb4e7bb70290ca6fc63eb963276587403c54e2c92dd8ec4e 0.10 MB 219 187
206,454 206,454 00000000000004143626c0cb104e960fbb6939ae7c85ce2ba03f209e95726811 0.03 MB 86 193
206,453 206,453 00000000000003c401842e95d70f5fd6d1a66fe2b8c39dee7a824f4d2a5ded2c 0.07 MB 168 167
206,452 206,452 00000000000001268294ad3f52692d18496446a4341cf8c72267f30bc6743c15 0.12 MB 298 260
206,451 206,451 00000000000002c51bdc29d2592f97240e244462f843872b093760558c0a4e6b 0.12 MB 262 159
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.