Memory Pool Memory Pool Refreshing

1,300 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,923 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,300 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,922 (794,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,132 113,132 000000000000774320d2c9206a0c36e1acfbd119364911c32e9107781db07515 0.00 MB 10 0
113,131 113,131 000000000000a003dfdc16678751b993d29cc2031204c3a4bd0397a41b7e5673 0.00 MB 12 426
113,130 113,130 0000000000000af9eca0dd4c05827b8ea54ab252474558649c3ac5cf5a4aee4e 0.00 MB 11 0
113,129 113,129 000000000000057cc3723b42963d37be1c70f6ad8682f19d13e517f85576c506 0.00 MB 11 0
113,128 113,128 0000000000002010617d926dde75af5a0793577d918c59164dc190ded178b730 0.02 MB 61 54
113,127 113,127 00000000000030e3b0d7b5bca764b60cad8638f16531aae894d5ec4657a86591 0.01 MB 21 503
113,126 113,126 00000000000001088b76fac38f1492159828f5cb3bcaa7cb0398c5a84b1d555d 0.00 MB 11 356
113,125 113,125 000000000000c601c5c28aa449d34a2bef82568bbff2e6fa79e84aaedf1fa35d 0.00 MB 12 0
113,124 113,124 000000000000aa4c5e32fbb66daa61ac22a680e5c4ed15109e07ee7fe008de65 0.00 MB 12 0
113,123 113,123 0000000000004e8a71089d68e87a606d333aec6d03ade5cf5ef98e86f2906b28 0.00 MB 11 309
113,122 113,122 0000000000000e7ddebdcf38fc43c4bfced76912be048d28f0640334684a3e1e 0.00 MB 1 0
113,121 113,121 00000000000037b2f7d30b9075596ba09a4b2c21ea0d690cea64ec8b14f1206f 0.00 MB 7 0
113,120 113,120 000000000000bd9dd0a3e862ec0ae04642834a5c90144a26aa51e8b6b4b281a8 0.00 MB 14 653
113,119 113,119 00000000000005c5fa6dc706d92421d2e94c0e7e336098a1b68bb75d2b86fb49 0.00 MB 14 523
113,118 113,118 0000000000004762ac379249af8af64a40ddb1f69c9800d6b3147dc2b7124229 0.00 MB 11 834
113,117 113,117 000000000000a7e4bcbff3a229fea74a49d2c96fadc786b01b7e9c9f766af30b 0.00 MB 11 335
113,116 113,116 000000000000ccd6167312dce6687fc6f92797ebdce5ed229072e985d9cdaa69 0.00 MB 13 844
113,115 113,115 0000000000006c487add0aa28f2fc5c10c9ddda5507db294581a702f4c7e7ed5 0.01 MB 25 462
113,114 113,114 0000000000005f1c00a38b9ec0569ef4c57f1def00807b908eb777ce6781b5ef 0.00 MB 9 0
113,113 113,113 00000000000007c89ffcb38102531467a21cc89f2e8ae19c228704ee186c40d1 0.00 MB 8 0
113,112 113,112 000000000000b69e1df6199421f2b3cd942f29cd55bc83bf904c9be47422d2a4 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.46 GB sent, 94.93 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.