Memory Pool Memory Pool Refreshing

4,609 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,950 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (799,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,227 108,227 0000000000009d05c4d8ab7e0f7607dd47d1952abb7467a55de69c85921cb290 0.00 MB 8 0
108,226 108,226 000000000000ae6d1061dedd2861a776678195a8123fdcc9b096e619b426fb3b 0.00 MB 6 0
108,225 108,225 0000000000022d54a850fc9ace947e2a66bc6b35066ce0bf0ca00d9141d538f8 0.00 MB 10 0
108,224 108,224 00000000000219ac922afc82305a3aaec294ed0fcc6cb74a3efccd96c3140127 0.00 MB 13 0
108,223 108,223 00000000000130e308546a5910fe43a8f702b03eda76f3b83318d9f175cbc2fd 0.00 MB 1 0
108,222 108,222 0000000000019d28fedc0c07d00f7843b39048ad6e639c0b0aa7a23ecc259d21 0.01 MB 40 73
108,221 108,221 0000000000007bd79cfea83e2c3a7473c6b6a8c74691819512cf8de0ccee1a0f 0.00 MB 12 0
108,220 108,220 00000000000046ed0095b7f1036ca33b30c953a4bdd5844326a335950643a8dd 0.00 MB 12 0
108,219 108,219 000000000001c399a27e55caee97b09ba3d428788ae3cd8e2c5cab587798f423 0.00 MB 13 0
108,218 108,218 0000000000027c226fea173932dbe204bdf90262b0d62c984ea97791198a71fe 0.00 MB 11 0
108,217 108,217 000000000000f9269c32be7832aac489adf49c1a71d43e491f33d03cf68440d6 0.00 MB 7 0
108,216 108,216 0000000000016f5d168fa01836fa7e982de11049092879836295656be3e11665 0.01 MB 21 0
108,215 108,215 000000000000ffba3b88caf6c8f1c1a451a9cfd7c7f767cea7036729a704a397 0.00 MB 1 0
108,214 108,214 0000000000016e124fd070d5ca7c03c2c711ad6eea4fc71f682f5fdef5d6169b 0.00 MB 11 0
108,213 108,213 000000000000872067c5246c665f2a117a8a97a8400b19203762d11b3ae00484 0.00 MB 2 0
108,212 108,212 000000000000006f2e3563dbaeb3163e1150065278b8dd37892bd539132866e0 0.00 MB 4 1,046
108,211 108,211 000000000000740f143fad7054b19344c11d56f447b580a7be92f97756afde4e 0.00 MB 1 0
108,210 108,210 000000000000c7094482bf2beffb9c270da68db1399ebe49ef487dd5d2480456 0.00 MB 1 0
108,209 108,209 000000000000edef59715f3f5222ddd16ac3d00286bc67790aa39e952e08b3e0 0.00 MB 1 0
108,208 108,208 000000000001f6884146e86f9873277f48c98720f86c8e490bc34f377a653a5e 0.00 MB 5 0
108,207 108,207 00000000000055411e3c55be5099de37a9912519b6cd7807ad951a3267983c59 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.22 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.68 GB sent, 94.05 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.