Memory Pool Memory Pool Refreshing

2,686 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,911 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,682 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,910 (11,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,267 896,267 00000000000000000000ae0766c4c822cdcc03d44e07ef42d2950eae6a33bb1e 1.25 MB 2,099 2
896,266 896,266 000000000000000000016bfc23076ce0ce150165ebf957470d992690fb2f931f 0.13 MB 374 3
896,265 896,265 00000000000000000000b0167e04c9c862690e04ea30c1d0ea7797770e44486f 1.27 MB 2,325 2
896,264 896,264 000000000000000000002eca5b6f49f68a534efbe36400b2909b62ba68ae8695 1.30 MB 1,932 2
896,263 896,263 0000000000000000000019c55316057a211f8115210cd0acefa37e67e8e22194 1.76 MB 3,279 2
896,262 896,262 000000000000000000013758065e47ef929d3591e02449b63bcba4297f7501bf 1.87 MB 2,104 2
896,261 896,261 000000000000000000009094a12103aced68044b33f0d3455452f13e89f673df 1.49 MB 1,765 1
896,260 896,260 0000000000000000000082bfc2b8c7e6977acb335630e40cfb6bf9c21fccaa3c 1.71 MB 3,184 3
896,259 896,259 00000000000000000001c421670bdddb2bb78a728bca704333b21973b8908d52 1.63 MB 2,942 3
896,258 896,258 000000000000000000014448e616a2b0312f8f20d7018a82e7c84b6d0ffa0f3f 1.43 MB 1,281 1
896,257 896,257 000000000000000000004569e5f605569e89ba12c1da07bc8a794700aa8b4d3a 0.27 MB 124 1
896,256 896,256 0000000000000000000208eb40d84b4818b3a8d5c56424e3f05335cfc1c36a00 1.58 MB 2,219 2
896,255 896,255 000000000000000000007af22a2f9b99fc8b0dcb81f94f3f6c2580d1e76dacf3 1.40 MB 2,902 1
896,254 896,254 0000000000000000000121879432226acb490acefde505bd1f2125554127fda2 1.47 MB 2,570 3
896,253 896,253 000000000000000000021176f5e4b68e8b4b7cb19c22d8886a17d42e6bb17b44 1.92 MB 533 1
896,252 896,252 00000000000000000000dc0e4e69f94e0306effc89aebe79a475f8b10404626c 1.68 MB 2,327 2
896,251 896,251 00000000000000000001248387a8c02fc0e61897f724b1caa13032f5b91c7b7b 1.91 MB 1,630 1
896,250 896,250 000000000000000000022dd0eeae2f61fa68509992ed8c673a08d95628ecc020 1.66 MB 2,823 2
896,249 896,249 0000000000000000000126a038614bad7e13c4d0772e1038342ccf37fbc101bb 1.65 MB 3,525 4
896,248 896,248 0000000000000000000050ff1ed802dc552f3d8f20c54bc58b012eca0a116980 1.73 MB 3,685 4
896,247 896,247 0000000000000000000205047935a2e36de2d1fe1ff60127d053262c8fb95cfd 1.70 MB 1,325 1
Previous 10 blocks ↓
Total Size: 769.37 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,643.96 GB sent, 94.82 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.