Memory Pool Memory Pool Refreshing

4,931 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,593 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (768,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,674 139,674 0000000000000126c76c26ad89b3a388b4d6f17b2371c87dc6b3f6f5502a7d9d 0.01 MB 29 128
139,673 139,673 00000000000001188e88ef1fda3e5142d6d05be8a539b942fcdf8a7eea762e28 0.01 MB 20 51
139,672 139,672 0000000000000457fb4dcc1b7e4f1591fece41a1527263a90498ee31ffc44eaf 0.02 MB 15 299
139,671 139,671 0000000000000475863fd53ff355f58ed703a29dbbb7286cea4cd6186243d4f6 0.01 MB 16 71
139,670 139,670 000000000000052e3c846b6b910bad60b4776df76d0e7c427bde48514f785fa1 0.04 MB 112 18
139,669 139,669 000000000000067f64c5b599afd9e9f68b3995a883f7daea17837fa810ffc10b 0.00 MB 5 0
139,668 139,668 000000000000083d4a3bfa8fdccc8d64c95d96e79902e99a801c1a123c735c06 0.01 MB 13 147
139,667 139,667 00000000000006431bfe9d7a6b5d1220e77ccb60b6bc54d61f4c8565041eb5bb 0.01 MB 15 458
139,666 139,666 00000000000005c116165a942457986169fa0dc69664e3e695cbf9537a375c5a 0.02 MB 39 117
139,665 139,665 0000000000000512366ad6cbb92eb42997092d213293b7e02d03d53ebc5be572 0.01 MB 23 211
139,664 139,664 000000000000045c669a1599b0a11ff5f71e45d9b409f6ad25745c7df350b5de 0.02 MB 18 108
139,663 139,663 00000000000006461b35e338510aa8cf0a086d2c8c5660361142e32af235bc9c 0.02 MB 39 519
139,662 139,662 00000000000006b7d62c46428fa13c74f7ee01cdba69121727da9be25546f694 0.04 MB 100 262
139,661 139,661 0000000000000874fd02b6c969384dda6e42dc2f14ceb05d9e89eb464770a485 0.02 MB 62 462
139,660 139,660 0000000000000856a94df3dd16f4c74e218d293787173b0ae04b96ae7c01587c 0.02 MB 53 116
139,659 139,659 00000000000003a833d3f88b6b73225ad8362d057e80b8b461dd4357b6a9cbf2 0.03 MB 65 420
139,658 139,658 0000000000000296cac5d41078b960086d66773dd0840292e776f281d7e3ff11 0.02 MB 44 301
139,657 139,657 00000000000007ef854030c3e289e427428623baf4603e96410791a636ab58d4 0.04 MB 58 147
139,656 139,656 00000000000002664dc04d179eef9b18e6689944b8260269d170f7af94e55ec2 0.01 MB 14 237
139,655 139,655 0000000000000393a9b75494f003d0e27385645180322b4012853bcc51ec7985 0.00 MB 11 68
139,654 139,654 00000000000006f7eaa29a787de7e195407b0fcf7335310d406be1558dce7234 0.02 MB 59 8
Previous 10 blocks ↓
Total Size: 769.27 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.41 GB sent, 94.28 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.