Memory Pool Memory Pool Refreshing

3,383 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,644 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (225,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
682,677 682,677 0000000000000000000be247e0a974017a486b954600e112f3ccdfef0ab24a9c 1.27 MB 1,180 8
682,676 682,676 00000000000000000001da49981856df74f84c46da231984603bb513a6370b34 1.52 MB 1,945 65
682,675 682,675 00000000000000000001e888b808b8f337f36e1fa28e2c4ffb8f4259118e68cf 1.28 MB 2,010 75
682,674 682,674 0000000000000000000b056f6fc7d074eed8a3b11a21db75b50f1b8566823479 1.04 MB 112 6
682,673 682,673 000000000000000000092b15e61d2d8de335b77e1575c96d269914cc5d8d384d 1.06 MB 112 6
682,672 682,672 000000000000000000034261ef486c4fb78e4e967c98747d85e4d9cb93f1fb56 1.12 MB 398 15
682,671 682,671 00000000000000000005483afaf4687227df7a894bf9a6418f6f4ced01dcc873 1.01 MB 36 4
682,670 682,670 0000000000000000000367631ec3e2191cc92b93b9116401caec9557b93b20b9 1.09 MB 341 11
682,669 682,669 000000000000000000062632cfc161fff8c51d3b53f5b23c50f524ea465f6a1c 1.18 MB 1,007 32
682,668 682,668 0000000000000000000951abdf6f2d523d0b9c0663ebc865920bd55d4efd7f10 1.41 MB 894 19
682,667 682,667 0000000000000000000aefb3e2d031c08753085bda73e976c46fac7c9d052f69 1.15 MB 1,196 93
682,666 682,666 00000000000000000007e6fa16ef9446a4b27d381025dd796b11017578cd5d79 1.08 MB 300 10
682,665 682,665 00000000000000000002c508eb51167281edae1a878c4bc458e69fe9d8b5b19e 1.14 MB 322 11
682,664 682,664 00000000000000000007c746630f2b669535a3d36d60f821503b41a40b20d826 1.16 MB 448 19
682,663 682,663 0000000000000000000ceafc466b0004a966b371843a9d5809b1554c3d0cf847 1.19 MB 431 15
682,662 682,662 000000000000000000000bdfd0126eb68266e41ecdcb43c228de30111171f60e 1.12 MB 292 10
682,661 682,661 0000000000000000000346c2ae93cb1d45b90f43c9cf3ed8a9190d77b4f41666 1.11 MB 461 22
682,660 682,660 00000000000000000005cf54eecc26acb3d3e2b64d144c392c7960172093ba4e 1.30 MB 2,045 53
682,659 682,659 000000000000000000031ce8bdd65ec8fe73344bb0c3774589425ec2c0359b47 1.14 MB 1,088 33
682,658 682,658 00000000000000000005d8997afe7986881c94a86363a674db497b05b5224a9b 1.05 MB 222 10
682,657 682,657 00000000000000000001c01bd4e4769fd588505813450d1ce6282e5d46c655aa 1.01 MB 166 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.