Memory Pool Memory Pool Refreshing

7,795 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (107,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,487 800,487 0000000000000000000521d21bcc9e8be9f51582ec0dff89e65f0f1cd42b42cf 1.49 MB 2,333 13
800,486 800,486 00000000000000000002645fd352bc274f017d8473992018dfd5326a52de2d53 0.00 MB 1 0
800,485 800,485 00000000000000000000457d7d04d6e2b22c3bd0f65193f854e270bcd8300f4b 1.42 MB 2,492 15
800,484 800,484 0000000000000000000442da608b23c9d311301ebe4f31691a63d46a3769ec1a 1.53 MB 2,945 9
800,483 800,483 00000000000000000000fb0153e5dff2f54058f955bc30593659f515db140088 1.45 MB 2,897 17
800,482 800,482 000000000000000000026d81ed6ac49ec3a3c974dd7de33322786ba3daa47a24 1.41 MB 2,911 22
800,481 800,481 000000000000000000013c116ce19440ea1389d9b219bcd3e10013e82c822348 1.65 MB 3,233 15
800,480 800,480 000000000000000000038fbf5582575d6c8dc7d0b8455fe5eda279d8221a7d5a 1.98 MB 4,651 8
800,479 800,479 00000000000000000004a2c8336f0c72d285ac650ef586d24d974204a55d7cc9 1.69 MB 2,753 14
800,478 800,478 0000000000000000000132178d7a9cdb7a47cc3239e44675114382c9e31755c4 1.98 MB 5,833 7
800,477 800,477 00000000000000000001a7fb182e8d91ad2d384a686d31bf7f0bf8d2c68264a7 1.85 MB 3,860 12
800,476 800,476 00000000000000000000a94853198f3609f0ce22d22b307f9f21a3a66405e0ff 1.80 MB 3,139 7
800,475 800,475 0000000000000000000255adb288962ae87a8bf4576469150caa55c521fcd944 1.69 MB 2,356 15
800,474 800,474 00000000000000000001d7a507e6e592988af0764947181678568e423cbbb13d 1.38 MB 2,337 12
800,473 800,473 00000000000000000001972b21a82a368b4e0f7d2172d4ec7715b2952434933a 1.65 MB 3,119 22
800,472 800,472 0000000000000000000500d9b0f83541b68d5179958b68a9131ecc85af0ade09 1.33 MB 2,249 18
800,471 800,471 000000000000000000000f8613698d1182d5e3f559b578049aa46e3d0391e9f9 1.76 MB 4,715 6
800,470 800,470 00000000000000000002c5e3066d7b9fc9cc60630864ee863d54bbd8f9211554 1.86 MB 4,542 7
800,469 800,469 00000000000000000000557bafeac2b3521ba42a66f5d4bb27f9a5de4efaef41 1.96 MB 4,448 8
800,468 800,468 000000000000000000023d41d432ed4b1a58f68bcb89fd9eed40b0e0c64fb26b 1.86 MB 3,743 9
800,467 800,467 0000000000000000000205eb33007351c20846978420ab655d4e50d6f2a74301 2.03 MB 4,643 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.