Memory Pool Memory Pool Refreshing

8,090 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
905,820 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 3,180 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,819 (694,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,564 211,564 00000000000000e40b560038504fa877813db0135a10126c3ae6e22f67328d8f 0.05 MB 135 136
211,563 211,563 00000000000002208bd46821c915a92c2397287e098ed45d31a6feaaa568f5a2 0.36 MB 891 184
211,562 211,562 000000000000034151488788401cc1143a57f788217c67ec8e1f7f39cace1fa8 0.06 MB 178 125
211,561 211,561 00000000000003468d7dd56078c5e6ead03b27e4c99ae2c9333e664c13952cc9 0.05 MB 145 76
211,560 211,560 0000000000000232169c7cf244da2d2703f79078c5dfaf7a169a7e91ebeae701 0.27 MB 422 140
211,559 211,559 00000000000000bfbee3333b8d7a3748c29a956e65547895e4ab1f56121a725e 0.00 MB 9 21
211,558 211,558 00000000000004ae4dea8b44e3852a66b7431b9eb7a0505a32aa4fe5dd89d0c0 0.03 MB 73 21
211,557 211,557 00000000000000ef4e69b85243fd9c7ce47becc3bc932cf27e5581962f86b4eb 0.25 MB 566 190
211,556 211,556 0000000000000166a3e6c18caca10153df434149070c05a27a1c38b29ee2d716 0.20 MB 612 252
211,555 211,555 0000000000000384485a7bb588634abda9dd1608ac72e7ac261b874fa8997671 0.05 MB 86 134
211,554 211,554 000000000000024c7fabc374bc79408dd05f011d7615fc6bbdb378097b6c7dc2 0.15 MB 336 172
211,553 211,553 00000000000003c91edc6c95ec904cdc4341b3b66ae97eca68f86041f9517959 0.05 MB 118 168
211,552 211,552 000000000000012d90386128fe9d5118c23a791b28c9caa77225872a55cadcc7 0.08 MB 107 107
211,551 211,551 0000000000000331484fbe47e0a53cf396dec8f60eadeee4462422b02716da3d 0.26 MB 421 134
211,550 211,550 00000000000001dd3f624c199503999d8fa77cf88e34414f8faad544b0a32b82 0.05 MB 132 65
211,549 211,549 000000000000010c10f1fd2fcca0f8e192c4c709877b74dfd8d147378cf2efbc 0.25 MB 490 206
211,548 211,548 000000000000037c4139845bf6a2395b5800f78e1400dea45f9c85aa003edf12 0.24 MB 356 121
211,547 211,547 000000000000049714094ca63f6938002334ed9251e2ea29524d29e98a3b2db3 0.00 MB 7 15
211,546 211,546 0000000000000010b0411dadb31201722d4e5bc82c7b28430ec7f221297426fe 0.07 MB 215 9
211,545 211,545 000000000000009f0ef47dbd51fce864cd645dd9af28aeba2565f0c2606916d9 0.25 MB 615 209
211,544 211,544 00000000000001ccaf80765eaccc52e5da9c79f999e2fa6508e50fc63e823cde 0.25 MB 605 198
Previous 10 blocks ↓
Total Size: 765.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,360.53 GB sent, 75.24 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.