Memory Pool Memory Pool Refreshing

5,217 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,865 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (787,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,978 119,978 00000000000090c5154dfca009bef8b4d70fa63045e61df9d08990a3c9fcb574 0.00 MB 3 3,868
119,977 119,977 0000000000004eff35d217dc7e1ab7257af1a8252f84094ab6ec51b4f9a3b22e 0.00 MB 10 648
119,976 119,976 000000000000303b21f14a434104c251db9390fe17c30889ab7f8ec05e16fc8f 0.01 MB 18 390
119,975 119,975 0000000000008a7b0381dd44a6c327e98b3e61f83c28c66293a9834ca8484880 0.00 MB 1 0
119,974 119,974 0000000000005bbca50bb5d981433363a150bf0645de7bdc1ae3ab1f13e61c4e 0.00 MB 9 860
119,973 119,973 0000000000009cbbccc6a95ed678d71f16e7b8da0bb26ca0d6a34b4e66e7a85c 0.00 MB 6 0
119,972 119,972 0000000000005441091fdd0391024dd92f5b806d0bb49bf5cc5a06a44bb504fc 0.00 MB 8 0
119,971 119,971 0000000000007369291567f5d4235e57ed3d7c3454d89f2d954f5eefcb04f772 0.01 MB 15 1,026
119,970 119,970 000000000000003be0584aeb735559daeeca0a23829ee52ac4047ad7f8b650cc 0.00 MB 7 300
119,969 119,969 0000000000000048b067e05e286c706aa210fee0a518693edfa988bd883df861 0.00 MB 10 0
119,968 119,968 000000000000985e2fc8f34c3a8366f5d6adbfcc0d8eca085f892e4aa35c67d3 0.00 MB 8 629
119,967 119,967 00000000000013aa7f91d6578c8f8db27611f00e7979e5bd2a763c01bc54d55e 0.00 MB 9 1,249
119,966 119,966 0000000000001a86c6e9a3bcf7fd86b054879fc31345ec032b6495fecbc7ab9b 0.00 MB 9 0
119,965 119,965 00000000000069cf03c847d7d1d58b44474021b31dc65a8e83fd3a08e60a768c 0.01 MB 36 895
119,964 119,964 00000000000064ac7c1b57c1d3b4fd3a3aeb2f26c96c2dde853eef230a271048 0.01 MB 40 855
119,963 119,963 00000000000001a831ab6fbd4fa8c1bb98f1f07f0ceb1c5c1a8a2b4c8b567e8b 0.00 MB 12 668
119,962 119,962 0000000000001cf475ca2791a37145307500b752d7ea8d57d513a4d77cf7c7eb 0.00 MB 7 0
119,961 119,961 000000000000453154dc06cf8a4d0caba8247de3999e6501a441dfba0129df33 0.00 MB 12 1,619
119,960 119,960 0000000000000208f44ba18047fddd3aeaed7faf28bd5493609596f9e2a8e1cd 0.03 MB 61 101
119,959 119,959 0000000000002f0e764c591c145eab6b23117bc09d4e7e9a04c2f620aa2f4c76 0.00 MB 11 3,927
119,958 119,958 000000000000b378fd34826fb260580cd9c297568630f13858bf04ef78e105e8 0.00 MB 11 1,276
Previous 10 blocks ↓
Total Size: 769.21 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,634.52 GB sent, 94.00 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.