Memory Pool Memory Pool Refreshing

3,033 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,494 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (567,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
339,898 339,898 00000000000000000acb40bbaa6a38fd2a3dc4d3785a4c8aa7b52e7947ced625 0.37 MB 704 24
339,897 339,897 00000000000000000d24070c3d040ffeb3e09f025745960c3f9c9d10991e2d50 0.23 MB 421 22
339,896 339,896 0000000000000000021fcebd8a3db96d2df6e11e2463cce07c02898d896cae30 0.73 MB 937 12
339,895 339,895 000000000000000000c0920ce8db536961bd6bdfe60b982d696653f417ca1e04 0.58 MB 1,024 39
339,894 339,894 0000000000000000056842e62eede7867cbac4f5b6fbf6b5f843d8e222b46390 0.75 MB 1,044 22
339,893 339,893 00000000000000000f503c8273bd105026b9cab4ed513b62b9ebe450a096d3b3 0.75 MB 940 18
339,892 339,892 000000000000000007fe76a6ebfa2193d120ee24cc26a7b56ff3b2e0a7cb6328 0.32 MB 1,024 42
339,891 339,891 000000000000000000e268b4f7f417ef1c445eaa76c6e80d99dc75adff54b891 0.22 MB 573 37
339,890 339,890 0000000000000000158fa3c6e31c638e0da78926284f67649116b742f187e4ba 0.00 MB 1 0
339,889 339,889 0000000000000000045e53c4eb3528dc6f3e999352f791987f733b6099e25b45 0.44 MB 1,375 38
339,888 339,888 0000000000000000149179351aacf1b014722917e4083bab93369a398f88d85e 0.00 MB 1 0
339,887 339,887 000000000000000002d26bd36b0ebb44a8ab08ff3baf04816e1f66b4a05e01dd 0.15 MB 238 22
339,886 339,886 0000000000000000117a298785579d1e7e188ffae4211fdf204a8507038cdcdc 0.07 MB 106 16
339,885 339,885 00000000000000001455ab37874d3f3c83223725e7cd3c2a09ffade07a136d6c 0.57 MB 1,263 28
339,884 339,884 0000000000000000002c4d0454621d9f1e5b7ea9188e2f8b09bef98f31a8fe1f 0.12 MB 246 13
339,883 339,883 000000000000000013bbe0840d4e6845c51e4df29c899410dd1be4c12e3742af 0.25 MB 384 21
339,882 339,882 00000000000000000f1038afe25dd4f99e39cfa3fd6379908dfc484a000f6913 0.20 MB 570 33
339,881 339,881 000000000000000004a8d1f34d1675273c6a72942db2a23c83cfaf8510627c9c 0.39 MB 833 25
339,880 339,880 00000000000000000cc5877e1de4273753589ec57906510d37c0559573512292 0.10 MB 216 21
339,879 339,879 000000000000000015c340e85c83a628d79e9bf4277cef05d894f3bdd0c38dbd 0.11 MB 281 34
339,878 339,878 0000000000000000082097bb8b12961825d1cbe8417b577071ac3f26a10f7753 0.60 MB 1,115 25
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.