Memory Pool Memory Pool Refreshing

6,881 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (764,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,855 143,855 000000000000012374e81ee2699afff594d1808a85e0d9c3469092d5dd602696 0.00 MB 3 79
143,854 143,854 00000000000007f383a251e421a6e4b283513b5a28332bb0ccfb64173ae52610 0.01 MB 26 12
143,853 143,853 000000000000004ee4d141dcfec43395ea02c74c11fec3bb76d3beab664301e3 0.01 MB 15 51
143,852 143,852 0000000000000087bd7448226e324d30378d01b5665d88ce02425d4af8becec7 0.02 MB 41 310
143,851 143,851 00000000000003df12f38098ddb70fc960081e7ab3d1ce6db484f9898247ffa0 0.03 MB 77 73
143,850 143,850 00000000000008efbdef68e8c91f30071b0334b93778e9187fb69bb0a8dbf288 0.01 MB 21 8
143,849 143,849 00000000000008dbd480144994e8796ff91107742234d70814b9ff69656770c3 0.02 MB 43 154
143,848 143,848 00000000000005b86559e129803d7b010f456d432fbe4ea4f7d7be7dadf6265c 0.02 MB 38 199
143,847 143,847 00000000000004a72e076e7a902afb9ac70fe9bbe17986d7501f935fc79db322 0.02 MB 60 55
143,846 143,846 00000000000002289396006ac06a1294ada73d73d8bedefc5daa3c58e29a69c6 0.01 MB 18 74
143,845 143,845 000000000000072e4447fdece141ed31ee18e16ba8bfed4604e02be9bc87e581 0.02 MB 40 235
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
Previous 10 blocks ↓
Total Size: 769.29 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.54 GB sent, 94.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.