Memory Pool Memory Pool Refreshing

405 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,759 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (291,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,284 616,284 0000000000000000000fa2ceca4de4717f070c6b02dee2e47fd5f9cda5f1b3a6 1.26 MB 2,495 22
616,283 616,283 00000000000000000005c71ad9010b75cb672f7a5b15526321c28cd6629cbfc3 1.20 MB 3,189 21
616,282 616,282 0000000000000000000ab1c4f7351bf19e2cfffc2a56b56023f69d3773259e55 1.34 MB 3,212 30
616,281 616,281 0000000000000000000629f48a935bcb9797459188f321eac0cc0952594b6d98 1.37 MB 2,871 29
616,280 616,280 0000000000000000000f70beb8a87ee4895363a9347b668de2bc070d32931bfe 1.28 MB 3,046 26
616,279 616,279 000000000000000000080f736385c6c2a45519194e77f36ec9ac00506a7d2baa 1.31 MB 2,850 24
616,278 616,278 000000000000000000091aa21c7180b30a0c827794e5d6a0fcef744a3b843174 1.52 MB 3,639 31
616,277 616,277 0000000000000000000e0fc5d055b6cb1fa1605706245265df1c7fe5f18caae3 1.31 MB 3,218 40
616,276 616,276 00000000000000000009f12e1a0bc329bc460fb7d82c6a28174b38dc0fdac518 1.27 MB 2,969 27
616,275 616,275 000000000000000000068b191fe992bb464affe4cfb454c40d5f280b07551b8b 1.24 MB 2,859 36
616,274 616,274 000000000000000000105269df438ad42ecdb4a409f9b4fb524cc01985dd67cc 1.21 MB 2,159 55
616,273 616,273 00000000000000000008881e929c5a04a6da486ee2141bd65047e86e27c8b3fa 1.14 MB 2,483 19
616,272 616,272 000000000000000000059d8621464f112eb538abb24f60771853aa890e61fa20 1.41 MB 3,576 22
616,271 616,271 0000000000000000000bdc4dd8a5d14ebcbdf2c07ab4b8fa02f02c586d5d7f3a 1.22 MB 2,677 43
616,270 616,270 0000000000000000000edbc85ad92820d155dfe6c844af0d4c045c9b893b7d08 1.38 MB 2,443 25
616,269 616,269 0000000000000000000db4c02ff53b6bdd0a0eba4fc79aed1f469edd13cb6f61 1.46 MB 2,000 48
616,268 616,268 000000000000000000026dee208c4a9bdef7111eb60139c72c55e8626e32a388 1.31 MB 3,239 28
616,267 616,267 00000000000000000011ac156899b0415af3f1c13434582178d31fb104a618fd 1.55 MB 3,182 22
616,266 616,266 0000000000000000000e2499c6080ab5617f170d9b4d426491bea6d7d91fc936 1.18 MB 3,097 40
616,265 616,265 00000000000000000008e9754a3ea323c545b88412f55e61edceb7963e21b8f0 1.28 MB 3,185 36
616,264 616,264 0000000000000000001019404039e2961e2448ade7b9bd7e22280801e6892a03 1.30 MB 1,893 15
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.