Memory Pool Memory Pool Refreshing

3,228 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,448 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (723,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,463 184,463 0000000000000245dc81233f3cb83df381c2cbee07342ef7382a7d551b9fddd9 0.25 MB 420 95
184,462 184,462 000000000000015bf8a20d5248db34781af49b459c03151c3e2a2ae8dcfe246e 0.47 MB 1,024 134
184,461 184,461 00000000000000d2c4d952328821cc5412644b4c5f6cce6753d70bffe6974bdd 0.00 MB 11 888
184,460 184,460 000000000000066c98d1c891f10cdc1eaae823c769139d40c5250c5a03049bf3 0.25 MB 540 108
184,459 184,459 00000000000008decd3cf02531afd3ced0c52815542d04f6445dc4228eb8119e 0.42 MB 882 120
184,458 184,458 000000000000080f9e443cfad7bbb4a9acd2be3ddb736e12adbcd3126549132c 0.00 MB 12 0
184,457 184,457 00000000000002875d373b9ae2ae317af533a89f15899ecf2883a36bf798f9c4 0.25 MB 566 174
184,456 184,456 000000000000008dce428b8fba6fd43ad3b073c820dc78748365d6031a9c6082 0.05 MB 137 174
184,455 184,455 000000000000089d95a5b897cdbff21ae7483bf37a6cd53909e05bce1cc0b1a5 0.01 MB 26 1,353
184,454 184,454 0000000000000400177e252faaed80403814b8e1b85e62eec168e282bc708665 0.25 MB 562 132
184,453 184,453 000000000000005ec0c89228c84728c5b9af801ac8f9ff4a9eae88e373a1eef8 0.26 MB 578 222
184,452 184,452 00000000000008229cc8081c17e69ab7c8cfb1a339339bc6caed36d0807c66d7 0.00 MB 1 0
184,451 184,451 0000000000000a680f4fa8778fbfc387bae57b37613127ba7873bab6af8744ba 0.05 MB 123 133
184,450 184,450 000000000000094e7a14c94f76b461afd4a43bef92cb2956a70fa0cdeb156a6d 0.30 MB 512 111
184,449 184,449 0000000000000802ec88e29a115aed95527f72cfab972adb9e62f7422d4a1211 0.05 MB 118 85
184,448 184,448 000000000000026ae9e0f68549b8167c5467a137d4fbdfd03fb9981bbc74c61c 0.25 MB 633 139
184,447 184,447 00000000000007fb3b4608630da87b2c00b8b5b4a536e322cb1455f4e7a86fb7 0.25 MB 642 149
184,446 184,446 000000000000017399295b891da59055b61eb5e9a98a67c548c002256beaa284 0.25 MB 603 117
184,445 184,445 00000000000009d9a949933a6de29b852c40eaa919915725ea4becb3059f9209 0.25 MB 620 162
184,444 184,444 00000000000008f39e3d6c439c68a7412e740c9380dc4e0a5559bcd893fcf46c 0.00 MB 8 0
184,443 184,443 00000000000001852f7a59f8a091d44f8051724a23755b8da58a0b8f4f044557 0.05 MB 138 90
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.