Memory Pool Memory Pool Refreshing

2,435 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,418 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (763,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,844 143,844 0000000000000872aa2ea57abc4d21dda56e8742d9dc3f7d2cf1e0ef55f95776 0.02 MB 45 79
143,843 143,843 00000000000006cdaef8bd471811bfef32347a755ed304c88e3955caf3f4635e 0.01 MB 27 102
143,842 143,842 000000000000056058fec11d955fc30d642626ef370dd34f9ed8673bf453a607 0.03 MB 76 149
143,841 143,841 00000000000003558a3638e7c8fdb4dd8713d4db3ae2358fa52c59548340118e 0.01 MB 42 99
143,840 143,840 0000000000000386a86bf165122d50a8a61509c52c3dd732d8d7db26c2526414 0.01 MB 27 252
143,839 143,839 000000000000051bb4b8f983c142eecf7d43e65c69b23cdb6908ddcd0cdc786b 0.04 MB 132 56
143,838 143,838 000000000000019a39a0a773349297d50d21f9e7713719f055eb4e991ac5d1ac 0.04 MB 73 267
143,837 143,837 00000000000003d8fa1517b06827976122ea15eac2ea802008b95fe40402af47 0.03 MB 53 162
143,836 143,836 000000000000033899a5d898b713a571c980f270bb6b7d90519244892217c246 0.04 MB 123 90
143,835 143,835 0000000000000018e22dc01b2b4fd0d4ed26cdf54e15c508fb10c520383c3b32 0.01 MB 32 145
143,834 143,834 000000000000060dd5bede98254cf379cde24bd038792ad6245bfd449308fc9e 0.01 MB 22 254
143,833 143,833 00000000000004b59ab2212e962160ba72db221e33cf2946e7c73fb675846d5f 0.03 MB 45 45
143,832 143,832 0000000000000661f5f2eb2f9bdfa45dc4b596084296e1f401c59699373d6f9b 0.05 MB 120 52
143,831 143,831 000000000000007768fe2a95a524f0221dc3d11ca5507c7063f81babfda69cf9 0.00 MB 8 644
143,830 143,830 000000000000025a622aba5e4b97746bd5201e5bdb9e60530247c79d4f996099 0.03 MB 91 78
143,829 143,829 00000000000007959265009da6eac7e84d61c9b0b3cc8b6a1e0739f7111e10d8 0.02 MB 56 98
143,828 143,828 00000000000000150d3621b1187a0d047d1e6ae1e85c234757a48300fc47b1e9 0.01 MB 32 42
143,827 143,827 000000000000096e2440ce924fa6f774afa1630032e457474080a67e35548e9d 0.01 MB 27 6
143,826 143,826 00000000000007b9deae6f33f0602ae232b50f41d71a933a5e7a33b4b4ba0593 0.03 MB 68 116
143,825 143,825 00000000000008425dfa9224f4fa6db832a2e3c188f3a746ffd665611a30241f 0.00 MB 13 197
143,824 143,824 00000000000006c420ba350b7c73bdde9b46bc35582ba39416757d96e5bdb1ad 0.02 MB 47 161
Previous 10 blocks ↓
Total Size: 768.97 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,615.57 GB sent, 92.65 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.