Memory Pool Memory Pool Refreshing

7,073 transactions
3.54 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,376 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (659,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,733 247,733 00000000000000238bcb9f58f1a872d0a6d2db56e19ae3acbae14c2737cb8637 0.22 MB 531 142
247,732 247,732 000000000000006cbd987afbf9daeb1d0cf06d49ec5660b62ead74c9cdad60a0 0.07 MB 145 143
247,731 247,731 00000000000000348b817f1e2274a64366a4a112b211e87c265e255fc420556c 0.03 MB 64 81
247,730 247,730 000000000000003a92b77a90c90a159be88523fd17979333c3208d8368d9a2f5 0.18 MB 344 134
247,729 247,729 0000000000000079d0a68a7d4b8f3ae2255d30bd6e78c48ca6f4e08d05c6737d 0.09 MB 180 160
247,728 247,728 000000000000003becdce79324b7aaf5892e5b945449f45ae662a9295bd5a97d 0.16 MB 432 200
247,727 247,727 000000000000005a0c75a25ea910fc08c0fe7f64781a3fc6b3c773068a13ea7f 0.01 MB 23 29
247,726 247,726 000000000000000f979420581517a7d5a4cefa79b17234ee2d20b812a90246a2 0.22 MB 472 138
247,725 247,725 000000000000005d1a5f17cbaf815ab25caa335bd42b2d29e35ec9aad6b391df 0.01 MB 20 44
247,724 247,724 000000000000007a79239c4f99782cd4e575bad0b5c98add7880e4463e676075 0.14 MB 353 158
247,723 247,723 00000000000000013420d981eb8863a21a2952ff7583aa0574ed4dc7cfef9d08 0.07 MB 128 115
247,722 247,722 000000000000006884982656ad2daa663e82c57b528c5a547a0520e6cf23e673 0.03 MB 87 190
247,721 247,721 0000000000000069ed08f086219afdd4322dd6d02ee1a094c73a5033ea7d1011 0.09 MB 184 136
247,720 247,720 000000000000009a962185db5ceb238ad2b2c2e7cf44a6639a50be1379332cca 0.19 MB 169 40
247,719 247,719 00000000000000729f0098302771ffc84239bd588b2b4e80175874a484fd4696 0.19 MB 428 141
247,718 247,718 0000000000000099dba7bfde5fa42877a65d78a65c8acff97f36dcf8cc1c42a6 0.11 MB 265 138
247,717 247,717 0000000000000089969afa63b9c652aa7ca624f6082f46e1c3399bd669051ce9 0.07 MB 154 140
247,716 247,716 000000000000004dc3c25b1e45dc987901f3a63a44b067bfb12ec09d4604a9d0 0.06 MB 127 120
247,715 247,715 00000000000000037e579953ec4edd54fc07c7081df92ded093d14872c3464ff 0.04 MB 99 180
247,714 247,714 000000000000009e9be3130f2c922037d43f6bf46034a38ac17c1c1d28dc663f 0.05 MB 114 116
247,713 247,713 00000000000000172fd8d6ad6ad989627a31fec18e4c76933912874a35678854 0.00 MB 8 120
Previous 10 blocks ↓
Total Size: 768.96 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,615.40 GB sent, 92.63 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.