Memory Pool Memory Pool Refreshing

2,491 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,902 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,491 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (724,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,427 183,427 0000000000000121f1f6e6bf01eaa0fc94dc086bcc6f9fcf21cb7e0600ffc38a 0.04 MB 159 58
183,426 183,426 000000000000021a34823e590228963b46763ff203bbd5ac0a95fbb7f5654abd 0.13 MB 292 121
183,425 183,425 00000000000006493048088708d30dee38079a0a816ccfdaac738c7182b69c3b 0.05 MB 149 113
183,424 183,424 00000000000004a7163a1ea5ecbf6798ff254cd4aea52a5d28da65d4e87cc2e0 0.03 MB 87 5
183,423 183,423 000000000000064ad12069053fa27c8fbde56f8c56a597f9ec9b514eb230b84f 0.25 MB 576 169
183,422 183,422 0000000000000208843fd654bd8087d86773c34333bea46f735f93fff554c7ba 0.30 MB 618 137
183,421 183,421 000000000000067ad59102d2d7c5fb9c08394756dfb0e3ee61160cddd70ea372 0.00 MB 11 0
183,420 183,420 000000000000024339fab8bbc4ea8b10335dbefe059d5cb7cb7229752e6e55ed 0.14 MB 308 126
183,419 183,419 000000000000074480f3ac1f9f79aa9e442f1ea37b109aa57735e5f55c2e9589 0.02 MB 27 103
183,418 183,418 000000000000043c19be2e9c55f83dcdb3fd966a70df2dc34785a71e54792cc8 0.06 MB 121 150
183,417 183,417 000000000000072999875ebe3ee6d140bbec8dbe4359cf46b6909d21ab81ceae 0.16 MB 213 104
183,416 183,416 00000000000003aeb4cec2e475e8628c7706fbc50a9a49ba1a8c994cea272ec2 0.00 MB 11 70
183,415 183,415 000000000000074d018894019d140d20d369649e4d95ee8282bad984d1742a8d 0.19 MB 512 93
183,414 183,414 000000000000059c3819329b8f5643dd42dc4428b6094682b61a838b743a5589 0.08 MB 143 110
183,413 183,413 000000000000061e1f5fc7cde8f83f64bb7415e4079e2b30c8a82b7ff4f3ea45 0.00 MB 1 0
183,412 183,412 0000000000000024e6d693350ee79a410e9eb6c7e12aefef83db2ea0052cabc3 0.03 MB 56 102
183,411 183,411 000000000000074f0df9a45d0ef9c9830d48f66d764073edfcfa4649cf743fe9 0.10 MB 201 140
183,410 183,410 0000000000000325f060f9ea98cd375c0842f8e60602390a926b0670a91fe3d0 0.00 MB 9 15
183,409 183,409 00000000000002d18aef22ed091ab253921607d3ee0e8d4d54a5ab4b9415e52d 0.02 MB 32 87
183,408 183,408 0000000000000a7bed9fc9083237ff9f05edbbeb90c122a7ec587e081de2ac9b 0.06 MB 162 168
183,407 183,407 00000000000008f0486a074584f59ae3e4a48438486edbdf62683c70f519f87b 0.24 MB 548 150
Previous 10 blocks ↓
Total Size: 769.36 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,643.68 GB sent, 94.74 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.