Memory Pool Memory Pool Refreshing

3,635 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (382,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,914 524,914 000000000000000000267cdef414153c6cc51365f37dd3566336a04001aa3832 0.12 MB 194 2
524,913 524,913 000000000000000000379d43676b0a33eaee645e0697207fd561411f09ad9fde 0.45 MB 1,042 5
524,912 524,912 000000000000000000239cd0db7d8dfe56ee07b2bb0b4fb2839aee223ad7f591 1.25 MB 3,001 37
524,911 524,911 00000000000000000011dc09098dd3fb9446e5b2040fbca940e0d5be73746c3e 0.27 MB 448 27
524,910 524,910 0000000000000000002fa3e601a841b5dfe2a9c39d865289dfaabf5c4b897ea0 0.25 MB 483 26
524,909 524,909 00000000000000000027316a1a7fe1959709e0449a5e4164b5bb057637b177ad 0.42 MB 815 22
524,908 524,908 0000000000000000001f67592caaafdac566f0dbf375512caa4ef8bb1cacd33c 0.06 MB 124 35
524,907 524,907 00000000000000000006698f01f33755665c33065554f77a61ef2604c6ca31c0 0.30 MB 539 31
524,906 524,906 000000000000000000402991d0715f03ffc30de4522d8c631620f945ca8282df 0.22 MB 492 25
524,905 524,905 0000000000000000003ccb4d804ac9cd717e283a446860922d60c49f9dfb28fd 1.09 MB 2,593 31
524,904 524,904 0000000000000000002d0a27574c6ce04594f808c4a65c1fbe1900bba1c07d6c 0.45 MB 969 28
524,903 524,903 0000000000000000001834be5e53e4ad31a2c5b0e986dc18809ec47e911f4b38 0.30 MB 205 28
524,902 524,902 0000000000000000002fa12aff9b80d5cd36a9c2e539722852ee74b9058baa7d 0.32 MB 634 31
524,901 524,901 00000000000000000018fb36d958ca82df55fa32209fa77e397af92f4a006cf9 0.64 MB 989 16
524,900 524,900 000000000000000000221b6d8dc5af93381cb480caf6bbd79631b56e83c6abec 0.62 MB 1,279 62
524,899 524,899 000000000000000000044eb6d463a2ef36e7515cf911c5399c50fb2931f4ecad 1.15 MB 2,611 34
524,898 524,898 0000000000000000000f125d952e1fe0d3990af4e306ae28de7114c45784bd41 0.70 MB 723 18
524,897 524,897 00000000000000000023f491f301e842d6c955fb8a76360262b774e6d275e541 0.48 MB 680 31
524,896 524,896 0000000000000000000e26cad41443d1a38e71d36af6a98a7de2576d105bfdb5 0.54 MB 952 32
524,895 524,895 00000000000000000032be56af0b8a6610e4236372ff81cd37db17ee42d43c52 0.95 MB 1,648 30
524,894 524,894 0000000000000000003fd1ea43207bee0d5df78a76ababc86195a124b9900020 0.83 MB 1,189 28
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.