Memory Pool Memory Pool Refreshing

2,648 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (26,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,405 881,405 00000000000000000001ecb4c76e7c181a7995e4db9dfe1495c5a90c678cfa4b 1.93 MB 2,893 2
881,404 881,404 00000000000000000001a1375d9f60b3e536eefea8d325d7ae4874bcc5c4f75a 1.53 MB 3,880 6
881,403 881,403 00000000000000000000a1ad0c494bde67aa6f67a2655e9513c9fb89ae8c52be 2.03 MB 2,153 3
881,402 881,402 00000000000000000001a05d0b809adf5ca0b569181968de35ec94be2bc9452c 1.84 MB 2,964 4
881,401 881,401 00000000000000000000df5e1bda596870ec79f4a89e78e2d7e0459076689cde 2.27 MB 1,035 1
881,400 881,400 00000000000000000002314ba7342c626113aef05da0b22503643c7ce41c6e00 1.47 MB 2,582 3
881,399 881,399 000000000000000000011324ed87ce61bda683d68fe67a7e9d95af38e355d513 1.57 MB 3,632 6
881,398 881,398 00000000000000000000eb003afdb84bd958c75df74ecf392f86cc04b69fbde0 1.91 MB 1,833 2
881,397 881,397 00000000000000000002840317660711e4054511f1f1df8147210beb5d559977 1.62 MB 3,449 4
881,396 881,396 0000000000000000000028f653a591584653f1f804de29fc707c79de5bfe1651 1.77 MB 875 1
881,395 881,395 000000000000000000025cf619f07d74251d3185b9f53c0e4564f5cb38726d56 1.64 MB 3,202 4
881,394 881,394 00000000000000000000410a6195e82fb770c61c4d7ceb773f10ef756d2b472b 1.69 MB 3,066 3
881,393 881,393 0000000000000000000212697f96fab2c5923ec26223323a937fc25f9b3ab8f1 1.61 MB 3,668 4
881,392 881,392 0000000000000000000281e8d6bed70def565fbe786e6942a7a01152da0a4936 1.54 MB 3,642 9
881,391 881,391 00000000000000000001774643fbd217873cd9c52a1625f47861e1d0881e65fd 1.55 MB 3,474 7
881,390 881,390 00000000000000000001111df162d82b5995450657cbb416ad433ba71d96b626 1.43 MB 2,688 3
881,389 881,389 000000000000000000023b66fa60a09255b9b2afbbc3de1f65903b4f714370c3 1.60 MB 3,250 5
881,388 881,388 00000000000000000001bbfc958eccdb26b414a6fd97188fbd0b65734eb9f4b4 2.05 MB 1,074 1
881,387 881,387 000000000000000000012fc06cfbe8498f7052515344794b10f1bd372ed20c3c 2.08 MB 456 1
881,386 881,386 000000000000000000000651aa541396a155d14ab3b384197c74c7594b15354a 1.60 MB 3,815 3
881,385 881,385 000000000000000000008d2327c322182879bdaf4bcba6ac2542e0219a22a1e4 1.67 MB 3,301 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.