Memory Pool Memory Pool Refreshing

1,911 transactions
0.44 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
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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,907 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (54,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,469 853,469 00000000000000000000bd3c84c2f0616bd9bde003f5387fc94ba70ea3ce7113 1.65 MB 3,390 5
853,468 853,468 000000000000000000026c3fd774727ab435bb8c24f98ab3fd3d772cfe6e5419 1.59 MB 5,500 6
853,467 853,467 00000000000000000000a4048edec6087ea3bf050e5f131e19ee033f0eade6e1 1.50 MB 6,190 4
853,466 853,466 00000000000000000002475e79adae49b7499b622611f7720912c442598d298d 1.49 MB 6,976 3
853,465 853,465 000000000000000000015159a1dd3ffa6af3df71aec36cd9f3483651e35639ba 1.50 MB 7,439 3
853,464 853,464 0000000000000000000196664e78df8b8aca4f83f5913071ad94263c4400d4ca 1.63 MB 2,829 7
853,463 853,463 000000000000000000031b8c5e5f9e8019873ebf1bac18607b71073de0b62c71 1.66 MB 7,512 3
853,462 853,462 00000000000000000000f9680e8325d2d9b76dce658d56e4c07307e8ca915ca9 1.53 MB 7,156 3
853,461 853,461 00000000000000000001984c494afb1d917e869d2e35fd0127bd4e7127c40252 1.56 MB 6,672 4
853,460 853,460 00000000000000000001d078925804a2dabc46386d1a8c14c685716d64952818 1.47 MB 7,557 3
853,459 853,459 00000000000000000001574472e5fa2d501db0b2105fdca813a5eda7f4119967 1.51 MB 3,791 4
853,458 853,458 00000000000000000003492abc461057f3c90958b14970d37bc668102e7e5ea3 1.51 MB 2,791 10
853,457 853,457 000000000000000000008e44c296ec51805f1049886dbf4954303258895c94bf 1.70 MB 3,862 4
853,456 853,456 00000000000000000001089ebdeebffba2cb02df3d73b359ef3f34439eba3632 1.78 MB 3,896 4
853,455 853,455 00000000000000000001af7c742b51318e1ddf900990a6ff7b06d9eff9c022da 1.59 MB 5,158 5
853,454 853,454 00000000000000000000deeb9c69994db6f4b6e748425575d53beef3cd20a66c 1.47 MB 7,070 3
853,453 853,453 000000000000000000005b2f67c4fc89f41620f1ca833466582e9c5b4a657a0c 1.55 MB 2,857 6
853,452 853,452 00000000000000000001ef355c027f6e20f448f2d98b8f5834bc6a1cd641f8bf 1.61 MB 5,403 5
853,451 853,451 000000000000000000019522c91d9ed6265b02336a516c0107376eea1aaa76d6 1.76 MB 5,964 5
853,450 853,450 000000000000000000022c4d99868262c7d278bde06019443a89481e377b525d 1.67 MB 3,402 7
853,449 853,449 0000000000000000000220e86b3962fd41992b18418c324120db391ce77d0547 1.69 MB 5,977 4
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.55 GB sent, 94.33 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.