Memory Pool Memory Pool Refreshing

6,894 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,625 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (565,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,362 342,362 0000000000000000188f2c4bc98b708a1b006524f9d8d7959d61a53c2a4ffb03 0.07 MB 168 27
342,361 342,361 0000000000000000063812d586101fb16e43752b856a1c85ef2573755f3cd36d 0.43 MB 930 28
342,360 342,360 00000000000000001551cc9e64399d1d442169fafed953d88c7933a16066d032 0.01 MB 32 55
342,359 342,359 00000000000000000a6beb229760c69b89d14e006344523bee4bc9cb537a9415 0.32 MB 565 23
342,358 342,358 0000000000000000186eff2bd548619f28955a6d08b7b210fe8caa847e599aad 0.04 MB 96 29
342,357 342,357 000000000000000007f9d510757f2a70d61b11fd16be99ecd22e01d0f89ae0b8 0.07 MB 134 25
342,356 342,356 0000000000000000157fdf776eebc21c6a9feb042f17bbb7d2fb0cf44a611468 0.11 MB 246 34
342,355 342,355 00000000000000000f61a7955015a71fbad63b72bc531e8d990bd75f5950bd51 0.48 MB 1,021 27
342,354 342,354 000000000000000012849d52ccac58c3346d6fdb5910a3d90424d375893dc766 0.01 MB 27 24
342,353 342,353 00000000000000001810feb8f61b9967b160e3bbfc29f22ee73dfe395265b45d 0.10 MB 154 10
342,352 342,352 0000000000000000055afa8eae59225b88aea71a583cacec84e851ae2e7e4130 0.43 MB 695 21
342,351 342,351 0000000000000000038c8e70f8b2b17cbc3da5d4902d546aab029ec897dd7010 0.18 MB 476 37
342,350 342,350 00000000000000001279fdf45eb9a008d0376ae2dc9462aee95d6767d0967e9e 0.07 MB 93 12
342,349 342,349 000000000000000014a6b991348bd24128cefbd919193d1b7398558204620405 0.63 MB 1,152 31
342,348 342,348 000000000000000017f85ce0368019fea31eb761aa6078ae099afc53c2f42776 0.46 MB 640 33
342,347 342,347 000000000000000011a6432ca9e3a347cbf2dd302de3b5801d5bd843fb8d8f09 0.16 MB 265 25
342,346 342,346 000000000000000019c5d026830d4d001facfda676890fc3ca7267ec105c2603 0.07 MB 96 17
342,345 342,345 000000000000000004f53e19d163578aca11b00ebc421e0eae95da32907f6a16 0.72 MB 488 14
342,344 342,344 00000000000000000883c8a255727aae35a4abd6a2e33a5b203ab6acbd6adacb 0.25 MB 537 52
342,343 342,343 00000000000000000ec0638acf018e9b32c263a84a4e26003a995d577121d650 0.10 MB 63 11
342,342 342,342 00000000000000000f87fd6594f9b5cf9f1a027ba16db979e81fe05c9c10d56c 0.73 MB 828 23
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.