Memory Pool Memory Pool Refreshing

8,447 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,823 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (697,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,157 210,157 00000000000002dade105e20080a6e25524a57ac0fd19b7ca2b89109ba384b86 0.01 MB 30 116
210,156 210,156 0000000000000461f7cc5f5b2ad4eb000d875096505d88c837babe52711fe3d5 0.30 MB 653 355
210,155 210,155 00000000000004764f700a9cac01e3e98f96dcfbfa34794c044105e28dc6eee0 0.05 MB 136 62
210,154 210,154 0000000000000231ef2584c998742659b610c6d55ae949793559751d09263781 0.11 MB 108 103
210,153 210,153 00000000000000880fcc4be8900913c78ecbac47fe3e9d606fc70e9c821139dc 0.20 MB 493 186
210,152 210,152 000000000000019538e95aeaf473a762c72582cff3b2561656182c105b117808 0.23 MB 463 148
210,151 210,151 00000000000004a6c9a7a915c66e8dd6af498046c9b039f0475578beff45669b 0.06 MB 143 136
210,150 210,150 00000000000000087990b1948fab5ef4cbb2fa56446691f0b2a389b101a2fe72 0.31 MB 594 155
210,149 210,149 000000000000047ad98dce3603c2bd673cad9301738d9965d48494ab60337af6 0.25 MB 705 210
210,148 210,148 00000000000002480211588e71ac05c7a6fde4c1cd9ce680e3f4bba82eef07d2 0.08 MB 201 285
210,147 210,147 0000000000000092929f7fe9000ef44434cfe93acb7e0c7fb3708dfb2b8e8188 0.15 MB 430 194
210,146 210,146 0000000000000173ce52e443d470b55dcd375c331e2670d6efb542a14ca24a8f 0.01 MB 13 72
210,145 210,145 000000000000002a7add673e0448da1b9fc9d5ba31f3e4fc7a037e25a20484c3 0.11 MB 235 133
210,144 210,144 000000000000032e8f88c550f24742733d38a872861b692a138aa392891ba54d 0.13 MB 279 140
210,143 210,143 00000000000002c2c562564602442051f6e8db6dcbc784e2eeb12817af5c36f1 0.05 MB 140 67
210,142 210,142 000000000000041928debb169aa2e741c3b7cf938e00efc8d8bf48b33eae59e0 0.23 MB 619 207
210,141 210,141 00000000000000dc56249dd597f99cd1922c5bae18cf4595c20cb504de50e981 0.00 MB 9 15
210,140 210,140 00000000000001c3b900e3b4e0f9bafb359429eeb846ee2760071085cbd107e8 0.08 MB 173 123
210,139 210,139 000000000000010ddc8c3611a7cabcdcbe9b93368095134afad09f03c6bbe0bc 0.17 MB 418 171
210,138 210,138 00000000000004c6d97ee8159bc0b2060aed6f9406c42847c34f9471f8fcb490 0.05 MB 126 74
210,137 210,137 00000000000000214ca0afa2b4883c2ecec6c343d3e3753e7ba288a349e26be1 0.14 MB 327 202
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.