Memory Pool Memory Pool Refreshing

1,964 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,964 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (784,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,793 122,793 000000000000518ee3632d54312bef9838d6f29de2337cdb16041ad192768bad 0.01 MB 10 515
122,792 122,792 000000000000669f1020ba3f46ae0a54c549585723ca7c25e84523d0a67a0a90 0.00 MB 1 0
122,791 122,791 0000000000001d4766cca45f3c47deea401c5f0095974e7ae9a7732511c8f342 0.01 MB 8 161
122,790 122,790 0000000000008350a8a799324c95e321d3b2d1dd8705adc09d448de2b0249734 0.00 MB 8 358
122,789 122,789 0000000000006c89559711e200e222d7ca5d576ddc2cdd6d5d096967dfc0b7e3 0.00 MB 8 28
122,788 122,788 000000000000672c688c38042ab093b7854c7072096ec153d30051f225e0f935 0.00 MB 8 0
122,787 122,787 0000000000006bbe76f70a1e0c591d285e3652f9399c7228c9874415db715c03 0.01 MB 12 1,093
122,786 122,786 00000000000070f8f1f1e26553fef5ab7299af11915a12fea45e62d8eae2596c 0.01 MB 35 277
122,785 122,785 0000000000003b0c16081e3d64fd38f93bf60575ee439cd2a4de3a23a829b2a5 0.00 MB 2 2,531
122,784 122,784 0000000000001f403869abcdc422848ac3e558d452ecdb4f306d6bdcd86440c8 0.01 MB 11 0
122,783 122,783 00000000000030085456b03fd2fa89d0d346310d42d87ec62b2597f91acdb8f2 0.00 MB 3 3,883
122,782 122,782 0000000000008a23e0dc07324e3f8794b6d4d0fb472636bb3db3714c656cb7d1 0.01 MB 16 560
122,781 122,781 0000000000001886e07d19d5323fa52612d6b5e614af20f1fd038221154e4e89 0.01 MB 20 584
122,780 122,780 000000000000214396dd5a40b2508e8fce8a074ec47a540079d0f0172b7e1c48 0.00 MB 13 298
122,779 122,779 0000000000005eb2e359a3584739147642f1cc383f752c6fe14c8c1e121da7c3 0.03 MB 88 1,645
122,778 122,778 0000000000005f80eb04553834a4a75906ba481c8abe5c65de96b5daab737f8f 0.01 MB 12 677
122,777 122,777 00000000000092e489d959690c0f57dbb5e2e1aeab0ec83486e88621a1f7d8be 0.00 MB 5 0
122,776 122,776 0000000000003747ce3a7926fee660a5cba5db76e93a3e6043c4c233da53dac7 0.01 MB 10 744
122,775 122,775 00000000000035ecbd686b33cc373f157a072cb520f56ec18833e585dce62681 0.00 MB 9 900
122,774 122,774 0000000000007c93529a53c6f6cc1a94182ab1db58b2332838bbc635987afa50 0.00 MB 13 1,082
122,773 122,773 00000000000028a343dda39ef83a5169cc5ef228f3ddc3114caef5148720f2ed 0.00 MB 14 680
Previous 10 blocks ↓
Total Size: 769.08 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,628.23 GB sent, 93.29 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.