Memory Pool Memory Pool Refreshing

4,042 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,990 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (639,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,809 268,809 0000000000000007aba5ef8e8bb5f31617ca452d84da23bd20c65dad24ea9c95 0.17 MB 333 48
268,808 268,808 000000000000000663011d560dfd7ed9fdd583e0ff9da1f37ab89f38e8736e67 0.15 MB 320 50
268,807 268,807 00000000000000079a78e70a056b663fdd12d2f017c94137eb3e81de3c62cdd1 0.11 MB 236 75
268,806 268,806 0000000000000000827345ed98e56e0e20a2ade1e75d4c553468de02bc138c79 0.15 MB 246 28
268,805 268,805 000000000000000548e4372e83953a8547ebd335e5d34cbb5b192d3bc8414d39 0.18 MB 134 16
268,804 268,804 00000000000000048056cce6822f9d0c40693a0e02b54000be1c6eb4a27b8b7c 0.25 MB 654 117
268,803 268,803 000000000000000244bec038f1f232fc99976aed76125a8fa979951e860ef807 0.15 MB 212 18
268,802 268,802 000000000000000362ddd21d8911d48b9ad8811cc3e50717412fa1fee29d135f 0.15 MB 327 29
268,801 268,801 00000000000000047139613a6ad3549674ceefb272f76d3bef9ef24c4baec842 0.17 MB 228 55
268,800 268,800 0000000000000007ded2114512b81d067615942bbf9bd870d1017f1d157be22e 0.15 MB 232 35
268,799 268,799 0000000000000001e53610439a60f48db7d8301701bea9885c2bbca0781fb590 0.15 MB 231 12
268,798 268,798 00000000000000067358fd2118e34f882c91e0adfbb698ca9a1507ea93d6cb50 0.18 MB 434 94
268,797 268,797 00000000000000043e3fa822808778526f7777e4e879b53433c5fe04524ecab4 0.23 MB 421 33
268,796 268,796 0000000000000001a5aa0c5155e7bc2f28f56c44d022da123a6f664de1f92054 0.25 MB 735 125
268,795 268,795 000000000000000437934c85f7e5ad5f299886e4eb2e97572cf5d94182eae85e 0.25 MB 634 86
268,794 268,794 0000000000000005272618c7b0fc6eb8689138ccaaded1611de7aabe6d09b0d2 0.15 MB 379 61
268,793 268,793 000000000000000415cbb75becc75b81f1f37dac0e0abc726497227bfae53e9a 0.06 MB 141 28
268,792 268,792 00000000000000022e628f4e0ce1182bc3e277829cae3a6192cb68bc06550d50 0.22 MB 419 71
268,791 268,791 0000000000000000b40f047c4cc73a52ffde60d0aa448a28bbf05014ebe07c35 0.06 MB 100 30
268,790 268,790 00000000000000081633f927ca9781dacf2f9c8d3bbe7d8a9936f9cf7943ebb6 0.13 MB 150 24
268,789 268,789 0000000000000000ab176226e832194563e4a9bd852f25d8313c7c6a6c4fd21e 0.02 MB 47 58
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.