Memory Pool Memory Pool Refreshing

3,681 transactions
24.31 vMB
Show Random Selection Loading Transactions
Max Size: 99/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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,363 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (898,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,372 9,372 00000000a79d7faacc25bcb320aa4813d89bc4ac8696bb889434283246c2d323 0.00 MB 1 0
9,371 9,371 0000000037716aaebeb6ce9799c9d3a588fd7e7540a9fbafc873920d50de3a06 0.00 MB 1 0
9,370 9,370 0000000056177c1e883bb57705e22d3c8c8826b6301232578593f41225b104ce 0.00 MB 1 0
9,369 9,369 00000000fb268655c88bc3ab236d3a96f0df834217e1cf425942f0dc193706f4 0.00 MB 1 0
9,368 9,368 00000000835a4f694206958ee0ea6195675d37c6a8c0daefebbc1b4ebcdf5be5 0.00 MB 1 0
9,367 9,367 00000000007adb697bf21410b4353bcaea2d15fe61b15ab47bd521b70825cb1d 0.00 MB 1 0
9,366 9,366 00000000d369b00038746b0d8c11eede8effb6577b5be268bfdcbd96e23f00f8 0.00 MB 1 0
9,365 9,365 00000000fd9f9cbf5adbd0bce44f491720d8052a37895fa72e0773bd0f196970 0.00 MB 1 0
9,364 9,364 00000000b81fc0db6199e9bc6f05284a660ad54c19e2b4edabdf45567b33b844 0.00 MB 1 0
9,363 9,363 0000000068cb3469799c49a8cbac21aed190309a4adffc89036a527dbf512a46 0.00 MB 1 0
9,362 9,362 00000000d4801c7f40fa1210fbf7bcbcff6f7fbf27d5f643e781e48971550fb4 0.00 MB 1 0
9,361 9,361 00000000a112cdaf41ae5037132d00c4d62cbe91f5d089966fe5a9d0bd56a7ea 0.00 MB 1 0
9,360 9,360 00000000ca9437f9df341b6299905c0e2bc1bfb4a55241e45a22cae02b6aed92 0.00 MB 1 0
9,359 9,359 00000000e3895990e541f0e1728fe4114db8a7ed0fdb461d190dd4308817abe6 0.00 MB 1 0
9,358 9,358 00000000913fdbf224ecda1a0f1f8f3f77cf4decea5053f2511ef01091339475 0.00 MB 1 0
9,357 9,357 00000000b7c37ebcca8672e12da0dfaebbc6f8808ce57e5fff7123259d51d644 0.00 MB 1 0
9,356 9,356 00000000b9843963d096355d50d6f0cf0d04b56ee92d34cd1d3daf7c1943b2c8 0.00 MB 1 0
9,355 9,355 0000000019bd4f2e72c7e4316eba628ed6b1ec2ab6fba718030518fc8969ed99 0.00 MB 1 0
9,354 9,354 0000000015154d86ccf2da15aec9da0389aefd35c983ccb9f2d475b36d079b26 0.00 MB 2 0
9,353 9,353 00000000161be3fc2bf2789f7cb9da58d59c3d63d8a480526ec1ddd16ae75b9f 0.00 MB 1 0
9,352 9,352 0000000037853fd38712b66711771ecc5960c612e151007d6765e71af0f515bb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,700.23 GB sent, 98.61 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.