Memory Pool Memory Pool Refreshing

8,231 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,309 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (398,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
509,798 509,798 0000000000000000003dc047ea52c18a0d6fdaeea6c453b40bc265b53743c5cd 1.04 MB 1,050 7
509,797 509,797 0000000000000000002c46c2fc5337375e39f502720a3512cae376f57f1309c6 0.43 MB 1,027 88
509,796 509,796 0000000000000000004ce07b36d7d03bfc3878a7c652af4b6ad6fc30080a41e0 1.05 MB 1,568 47
509,795 509,795 0000000000000000004da05a99a1ec5348d2070307938c5cf4c9cb656ae45f9c 1.02 MB 692 23
509,794 509,794 00000000000000000016c0653ec4f5d86bb2bd50c4b43f0c2e0ce0350b4dcc18 1.06 MB 515 6
509,793 509,793 00000000000000000045d70f49b92be022463c9b826bd28ecc5e8776d796d1a7 0.90 MB 1,918 21
509,792 509,792 0000000000000000000e4d5063d54e5c8ae57ffbfad9518ee2c1796069a08d15 1.08 MB 2,320 86
509,791 509,791 0000000000000000004e0a1a165d339ace4c93032fee875d46f70eab1c3bfb4c 1.07 MB 1,878 54
509,790 509,790 00000000000000000037de23151296f31afd59a04def48e312f7253a4a604147 1.01 MB 134 4
509,789 509,789 00000000000000000029fff7e6d739918e0f599ba0448c59a17e7944c3c39e21 1.01 MB 276 18
509,788 509,788 0000000000000000001befeb5e952cb1ee089fb3848e2c95f1102596e450e12b 1.03 MB 888 25
509,787 509,787 000000000000000000125c35ec0599e5d9983fe240c620ab66405d49bc715f67 1.04 MB 1,078 25
509,786 509,786 0000000000000000002353c0136c9929b66744939314b1a52607a2dcab4cdcb6 1.06 MB 1,545 43
509,785 509,785 0000000000000000002fe58bd52deab6ebc8e33a70763ea60462428bd2eb12e4 1.05 MB 1,714 13
509,784 509,784 0000000000000000002570fcf77d7fcb6eafa8f94cec48228eb318dcb1193636 1.07 MB 1,966 57
509,783 509,783 00000000000000000041ef97b87d8b37adf67a41f69e3af67b6e81925a609760 1.07 MB 1,860 50
509,782 509,782 00000000000000000056cbfd87da2678748f99621b2c8a29b076656219b2d813 1.06 MB 1,485 58
509,781 509,781 00000000000000000039ec0f80373dda01fb740a15cb954fc7d5cb2049d7fcee 1.04 MB 1,427 82
509,780 509,780 0000000000000000005745d0b3537e7d4f08de7c4a5a0cef4ff81764d96a1978 1.06 MB 1,492 60
509,779 509,779 0000000000000000003fdac52a664fc97d266eecbbadc006c44ea019f67d4bdd 1.08 MB 886 20
509,778 509,778 0000000000000000004a15aa8510cda8383047a96099704a6677668b78c84885 1.05 MB 1,178 11
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.