Memory Pool Memory Pool Refreshing

1,343 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (583,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,426 324,426 00000000000000001144cf4bfc3c0424f60f6074466586a0d56bd6e7bfb3a6f2 0.75 MB 1,725 37
324,425 324,425 00000000000000000bcdad92de2fd4f3546f013e2a1ea7d7c951d26d9c51149f 0.23 MB 531 30
324,424 324,424 000000000000000007ec033f4f5a7f65f421d8c9fc7bd7a6710c79c605e8f235 0.30 MB 464 25
324,423 324,423 00000000000000001f9d250062cd342288311eaa6bf80f00518b7fbefa290602 0.56 MB 1,199 29
324,422 324,422 00000000000000000691bd63b7a746a8a820432d4a907b2d42b03fd7fdf7289a 0.08 MB 144 16
324,421 324,421 00000000000000000032bbaf26fbd18c47fcde17dae56d7d4e284ad81add2604 0.58 MB 1,140 29
324,420 324,420 000000000000000007ae63d69607d03697cb35e1f31eb5a1651ee4ae34439708 0.88 MB 1,803 31
324,419 324,419 000000000000000011a2f1df52599a6ec892389c6e383baee561c9df92559506 0.21 MB 330 20
324,418 324,418 00000000000000000e30d210fe5cd8f09f5306adf4c2d51021f017a52cc2d6de 0.61 MB 1,213 32
324,417 324,417 00000000000000001ab2a0109ab0a51b890bcc5d07a6e790a850de76c48582f0 0.29 MB 603 30
324,416 324,416 00000000000000001bf68a70f49af552db4562b9a7e7b65257b8f25abd08280d 0.60 MB 1,179 29
324,415 324,415 0000000000000000181f6a8e3ab2a9c2d558292d18601aa9b4448d5f12990e62 0.52 MB 879 28
324,414 324,414 000000000000000007c28949b30eed4a22ee1490b059893813498a082ccba8c5 0.44 MB 735 29
324,413 324,413 000000000000000003bb39e9d2919b2c4cb5c8deb66264403b5f663cf0980705 0.25 MB 380 23
324,412 324,412 000000000000000008e61a0268d785ffc8d565f59220173d3e4699daf1d674e9 0.39 MB 778 35
324,411 324,411 00000000000000001d3d4a0dea35e37046a751a81cf3f89791395e10bb8ff71c 0.08 MB 169 32
324,410 324,410 000000000000000001fc1ff9ac475538dec8a6daba4170a0bbb1958a17f4bb45 0.33 MB 654 28
324,409 324,409 00000000000000000a517b259163e8f7544c72783b6592d5d3835295ded1cd6b 0.69 MB 1,103 26
324,408 324,408 000000000000000004c393e2c4409ce684e95aafbe4c71b635d26885b0d855c0 0.40 MB 519 20
324,407 324,407 0000000000000000135bec658abc3e9606cfc1a481ae74189b8a34ab2624e1e3 0.90 MB 1,820 31
324,406 324,406 00000000000000001caa3f27c0914686afb538de69c809ea4aa91081d79df874 0.50 MB 1,087 31
Previous 10 blocks ↓
Total Size: 769.10 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.78 GB sent, 93.39 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.