Memory Pool Memory Pool Refreshing

7,995 transactions
16.98 vMB
Show Random Selection Loading Transactions
Max Size: 98/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
881,744 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 688 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,743 (102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,641 881,641 00000000000000000001288d20ca1b8b3b82b6504ba8bc2a074f72efbcc3af88 1.58 MB 3,366 7
881,640 881,640 000000000000000000021ce45cd129bbaf9caa27edfeca4b030ac2422da9a0e6 1.64 MB 3,101 5
881,639 881,639 00000000000000000001acdf5b51e81b8adbfcd9389a7d8ee34e6e904f23884c 1.69 MB 2,911 5
881,638 881,638 000000000000000000003c52e2878d73ca42f94fcd81c7daa1f7b7020d408648 2.13 MB 274 1
881,637 881,637 0000000000000000000031c66472684f4106c8e3bdff8d1b688ae14d4549fd12 1.93 MB 741 1
881,636 881,636 00000000000000000001325bda6ff2385096f17ec89995f0acce0882e7a936f6 2.02 MB 274 1
881,635 881,635 00000000000000000000c72aafce3950802777baf2de12d306fe82870ada1896 1.96 MB 1,103 1
881,634 881,634 000000000000000000000a218f695a108175b4e7880bdf2afedddce09c07fcd3 1.45 MB 2,515 3
881,633 881,633 00000000000000000001a347ad4c8bdf118fb4bba61a02889eda9fa9980a66aa 1.83 MB 2,557 3
881,632 881,632 000000000000000000011524f5546c2eb79c197ec220e05fc56744f630ef9cea 1.71 MB 3,097 5
881,631 881,631 000000000000000000013c21a3ffc1310c84e27f2eb9908368dc91cd3d9a2207 1.65 MB 3,781 4
881,630 881,630 00000000000000000000d235a507dcfd8adb1db1a2412ba1e9483473984329c1 1.70 MB 3,424 6
881,629 881,629 000000000000000000010aa3966e3e3eb391410fcebbba07f67ffbb73c6fe401 1.77 MB 2,666 3
881,628 881,628 000000000000000000012d5286165837011368c229b1234e9295b011de588d15 1.93 MB 1,719 2
881,627 881,627 00000000000000000000159895800f0b85ebfe3681d7929337e275a5e89e0f43 1.94 MB 1,697 2
881,626 881,626 000000000000000000026090bc7f1f924bec80e230b6ceeac8c446a166e8a394 1.45 MB 2,959 3
881,625 881,625 0000000000000000000268c417631f99bfa70853e697c48686249cac5d09d4e7 2.10 MB 794 2
881,624 881,624 00000000000000000001c4305c4846ce92736afc61760489923082a69565ed65 1.80 MB 2,743 3
881,623 881,623 00000000000000000001686785246aa8c1b8ebaab8cb5a7886d99df43e11db57 1.77 MB 3,075 6
881,622 881,622 00000000000000000002687cc7c75d01b6b7cb56d02a5bad6aaf02aad147dc29 2.07 MB 564 1
881,621 881,621 0000000000000000000173b8c5f49787cc31e0d91ef38df384a0814d46dada65 1.68 MB 2,882 4
Previous 10 blocks ↓
Total Size: 721.90 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: 2,022.15 GB sent, 72.87 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.