Memory Pool Memory Pool Refreshing

8,937 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,827 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (251,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,572 656,572 00000000000000000008a529af6721904014f663b732ab11eb7b1d9d89ccc8f5 1.20 MB 2,301 115
656,571 656,571 0000000000000000000b68133a91be5953d4c909ffe1ce8ad9f34c8b98ce460c 1.26 MB 2,765 129
656,570 656,570 00000000000000000001364ac735e96053fd903d5698b7b4e5400580f8c9ffc2 1.22 MB 1,913 133
656,569 656,569 000000000000000000030e6f261b6074813a88d07a169e1b9969c7e0d4240106 1.52 MB 1,936 43
656,568 656,568 000000000000000000069a8a6a1efe2a20090d195827f07226bd0a5961dda9ae 1.32 MB 2,922 127
656,567 656,567 0000000000000000000fb4676542f3e6a76ef0bb43d434eaa1fff2c767a0038b 1.48 MB 1,786 59
656,566 656,566 0000000000000000000075e9e99d426fd3246be08a11299c2f18beb5385f2ae0 1.48 MB 2,138 59
656,565 656,565 0000000000000000000a58c6054ff95005b7fcfb5aa852793540139a9aa70f17 1.30 MB 2,383 114
656,564 656,564 000000000000000000071ce0a350e71e612061d2e64efc32ab341972d7610986 1.38 MB 2,581 100
656,563 656,563 0000000000000000000f6e8df3549ebac5a60054388439acd76c381f81853d19 1.54 MB 1,375 47
656,562 656,562 00000000000000000008107ffa0821aff10c3a723a41f0451c9880b743e4da8d 0.53 MB 787 46
656,561 656,561 000000000000000000069115d4ae76288149a3a2f46da1dc5a1bdec86303fb77 1.17 MB 1,227 68
656,560 656,560 0000000000000000000c9952cf9ccaf18e84cf206b318193c3389e37feb4554f 1.26 MB 2,052 27
656,559 656,559 0000000000000000000d8b7e52daf4934b12f67936c9cc0b5a058f557b43d604 1.28 MB 2,130 32
656,558 656,558 0000000000000000000f7d8995bf630e80458cedc7c2295d57970b087cdeb74d 1.48 MB 1,534 50
656,557 656,557 0000000000000000000a866ad7455a62549fb441a4bffb2ef95f70fab14e59da 1.42 MB 1,911 73
656,556 656,556 0000000000000000001008da7f4235782d2c34b6ede6bbecb7e6f58537a525f1 1.37 MB 2,137 57
656,555 656,555 0000000000000000000210b87364b5e543426b8a14eb439189c687976f6d381c 1.36 MB 2,408 62
656,554 656,554 0000000000000000000da158cf8085088f52adb6273a4a133de8f53e23a38cb1 0.36 MB 525 7
656,553 656,553 00000000000000000004b2169fc9ad9e726ab0ca9d5fcf8932879bc4fbb1b2ac 1.26 MB 2,255 57
656,552 656,552 0000000000000000000a35bc8c4d20e0128fcdc451ca363790e68bdd79174a89 0.18 MB 395 27
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.