Memory Pool Memory Pool Refreshing

2,046 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,134 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,044 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,133 (901,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,774 6,774 00000000e3d54bc8d811f23952e3544a33e3de7713cd31120ed743938edc78a6 0.00 MB 1 0
6,773 6,773 00000000390f30d60559c178ceaee9a3962a12918c301fd515bd1afd7e9adc07 0.00 MB 1 0
6,772 6,772 00000000f03dc0954fa8b920fca34258c1f84c5b4bb89b5c1198ad23a1332cd7 0.00 MB 1 0
6,771 6,771 00000000b961f4f74b927560c40d888f30181aed323566e62f8e07b118de57fb 0.00 MB 1 0
6,770 6,770 000000007c3f149cfcb9a9ef8a9c865c549e816b8b68ab2bbaa3b8700e658af7 0.00 MB 1 0
6,769 6,769 00000000d9bde484ef76bdc5e92bcb4398d231abb357653d05fef0adb0d75123 0.00 MB 1 0
6,768 6,768 000000005befe9fe37f93556a7c9f71b258315e0b9e1d5e9173d41c24e12b472 0.00 MB 1 0
6,767 6,767 000000009d163a49baacdc309025cd43507a259d29e6f58799a3c9ba7a6f1cfe 0.00 MB 1 0
6,766 6,766 00000000f424634e5bcb45b63c4904805e98ead0de3db98412b058cb4c2c36fd 0.00 MB 2 0
6,765 6,765 00000000ffd6cf9652a947452972f4cccfc65eed439f498abac9d250eb844ebe 0.00 MB 1 0
6,764 6,764 000000008f0cff462388ae7ef7e93faea01fb6d8be13f1a5fcf823e067dd4777 0.00 MB 3 0
6,763 6,763 00000000f791b7968f56df4d214cbd6089dbab8d475d5e85d118334060df0fca 0.00 MB 1 0
6,762 6,762 000000006d3205179f1c3cf5da9da2b503aedf20c0cefb7c91c0293ab61113b8 0.00 MB 1 0
6,761 6,761 00000000af3d21dcebdcd1cb3ed6cfe4654612868f2879b45456d4d3691b7d79 0.00 MB 1 0
6,760 6,760 000000007991e021ac8acba795b98456eb34c205423d873640cd5ef8a84b4a1d 0.00 MB 1 0
6,759 6,759 0000000016f4735551894f42756a4197f8603dd15b2956a36b67ab67162904e2 0.00 MB 1 0
6,758 6,758 000000004f5b1c434e7cd1995c7c187a5dad98a471f29f86829a34e6ebeed6ea 0.00 MB 1 0
6,757 6,757 0000000055f628a1c617b8c33e2063f606fefae443533077609a03bdc9e91547 0.00 MB 1 0
6,756 6,756 0000000077f62bfe0863c5991a92eb347dee345f2ad1c671a1f8fd96af2db8f3 0.00 MB 1 0
6,755 6,755 00000000d3a93d99e3b9fa20b7dbd07ef19f25d32268d82ec3510b16726961eb 0.00 MB 1 0
6,754 6,754 0000000090ef5f25329620ca0c5b3c1871b80821ff74d246a0104afb1d1b1b29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.29 GB sent, 96.88 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.