Memory Pool Memory Pool Refreshing

3,821 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,295 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (3,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,797 904,797 0000000000000000000261b64998d6e8f4d37045c9f3b2493d3de1d15e5a536f 1.62 MB 3,945 4
904,796 904,796 00000000000000000000e73691d58c61fc03904f75fe70d6eef9693cfbea9f7f 1.60 MB 3,882 4
904,795 904,795 000000000000000000014bbab8625dccb0519384432cbcf52a1764b4915b6461 1.81 MB 2,760 1
904,794 904,794 000000000000000000020fbdceffa85e304e9b58053425e70d3ce58b19f90279 1.54 MB 3,016 2
904,793 904,793 000000000000000000009eb415986a83dcb45f9b7d06821b3719b2560c24524a 1.52 MB 3,267 3
904,792 904,792 00000000000000000001d1486baaf938349741f9bc846fefa113ca70645657b5 1.60 MB 3,595 2
904,791 904,791 0000000000000000000111dbc099f28155ac4a32499f48a8b02d13812a835a33 1.59 MB 3,176 3
904,790 904,790 0000000000000000000266648c2ccad6a560571af83bdbe2adb33e2a1f570ec0 1.73 MB 4,599 1
904,789 904,789 000000000000000000013f1114de57f5b844786d183b2ef8c26bd000a2e373f9 1.67 MB 2,239 3
904,788 904,788 000000000000000000022678f3766b194b40a400b3ac5440f76864a6cb22f919 1.39 MB 2,079 2
904,787 904,787 00000000000000000000d1d38c536aaca4c330a0bcee7b224dd4abacb5db8b31 1.29 MB 1,572 3
904,786 904,786 00000000000000000001b4db3fc9e9b4d5559d39ce07bbb44f074dcb6a0a278f 1.42 MB 2,071 2
904,785 904,785 000000000000000000020b0e242601cb3cdfd5917946be26f86643066b781220 1.51 MB 2,913 4
904,784 904,784 0000000000000000000170a01519756d1837f28304a802c7ea535231d3e17d95 1.62 MB 3,528 6
904,783 904,783 000000000000000000004f538f56f75771874808caa356457129993b7056f02d 1.41 MB 1,987 2
904,782 904,782 000000000000000000025f3739bbe5de91aca7ef82bfe210a413719149ed5012 1.64 MB 3,662 3
904,781 904,781 000000000000000000004eddc14a934f591851713021c70f306727d79eca2008 1.61 MB 3,493 7
904,780 904,780 0000000000000000000020a7f237ccfb40bd3c7e60c88253c47e29dd98811724 1.74 MB 838 29
904,779 904,779 00000000000000000001a02a6e3686ef4bd77d4114439cf9c4bf9c45845dab78 1.56 MB 3,606 6
904,778 904,778 000000000000000000011a4aaf0ddac374c6a72a9048b9f70eaad0416e56739f 1.54 MB 3,468 4
904,777 904,777 00000000000000000001c1fbcc7977c6385623de418166df6a60abab632c0ad9 1.57 MB 3,365 6
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.