Memory Pool Memory Pool Refreshing

1,413 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,411 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (308,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
599,110 599,110 0000000000000000000505bb2c58c3303a4a7033d5a5fc6982698ccad17328de 1.36 MB 4,035 9
599,109 599,109 000000000000000000060f8c4e8988221b6a7d2b9d3ad5d4c58c1978241b5ef7 1.31 MB 3,446 20
599,108 599,108 00000000000000000006bedee5b68e447c090e68c648730c80e5b0ea203f01c4 1.33 MB 3,314 16
599,107 599,107 0000000000000000000d57c58490a29835f03e56f83d840250333ecba4f0003a 1.29 MB 3,412 16
599,106 599,106 00000000000000000006374363663bac75fac26ad3e38b5713615fc2e5c5dd64 1.29 MB 3,118 19
599,105 599,105 00000000000000000007012a56c394c294a9558ec4ebc39f07e95277d1fc143d 1.33 MB 3,470 16
599,104 599,104 00000000000000000010ef75fb4fbcbee54ee3bd76e41ae3f81ab6def5b13249 0.14 MB 368 15
599,103 599,103 0000000000000000000cad3f9e03590d7c16e6c81b74678d30328b4f1fa0da99 1.22 MB 2,924 15
599,102 599,102 000000000000000000039a484014aaae02ea1495ca27e61cfd32bbde47348105 0.47 MB 1,344 22
599,101 599,101 000000000000000000100bc5c0f9238238d3ffc0249f8bcb149909efa7ce65ad 0.06 MB 80 10
599,100 599,100 00000000000000000010408a9a94c69409b8d1f6ba36f136ea3875a5202d7f23 1.22 MB 3,260 3
599,099 599,099 00000000000000000006a818b48a6731f83b35bd1e191475cf91f3db792483da 1.33 MB 3,027 29
599,098 599,098 00000000000000000010c5027cfbacd0613f28c0fe46d00fa6b1d45de4677c99 1.32 MB 3,473 9
599,097 599,097 0000000000000000000cc5f89a21a352c8b4fa4b37db578abb124ed2d10e3fd6 1.28 MB 2,573 17
599,096 599,096 0000000000000000000aafa88f5a9eab35b9052bb99a0d4a983edd3f2736d0db 1.30 MB 3,335 22
599,095 599,095 000000000000000000098e24ea10e6633217f6594c8191a78d520329f5d70088 0.02 MB 74 8
599,094 599,094 00000000000000000000f879a275970df75215fe61181e56338e39140fd8be9e 0.43 MB 1,189 14
599,093 599,093 00000000000000000010792af362c9dc85b9f1c413ab88eae28f11172830c6c9 0.48 MB 1,383 16
599,092 599,092 0000000000000000000e75d3f0675d35c16d80185eb8dd30d3917af5a2f11b48 1.14 MB 3,132 7
599,091 599,091 0000000000000000001322fdf34be94181e83602df8c4ef943cbaa8a57d04bf1 1.27 MB 3,186 25
599,090 599,090 000000000000000000075954ac9c1967006f104f37925de0626dc83b0369597f 1.26 MB 3,290 9
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.