Memory Pool Memory Pool Refreshing

2,468 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
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,464 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (420,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,152 487,152 000000000000000000eb62d669bef133d9f18706d9e7034d75fa4c1cd8dac09b 0.94 MB 2,161 112
487,151 487,151 00000000000000000027b7772a331dc622f0afeba9fad00b58195084be9038fb 0.86 MB 1,613 117
487,150 487,150 0000000000000000002e807342392f8f1f09a092f937b67340580ea279b513e7 0.30 MB 710 139
487,149 487,149 000000000000000000145be00ff63327e56ffb09e43f5d28a4881249cc6d0330 0.06 MB 150 134
487,148 487,148 000000000000000000c6f467d4455c49f43851967f976fb96974537f03e78ea0 0.27 MB 561 132
487,147 487,147 000000000000000000c4614edc84e25fa114bec92200500df91dac100ca2b111 0.79 MB 1,625 95
487,146 487,146 000000000000000000e2063e212bfc9ed6ec8016ca94538766395e73708ea768 1.03 MB 2,691 12
487,145 487,145 000000000000000000e8e093d6c976f9c02ac26162800dc48420ed450463ddc1 1.07 MB 2,011 76
487,144 487,144 00000000000000000092d457438fb101cd37600f5e12060fc8cde452f668d261 1.00 MB 2,168 165
487,143 487,143 0000000000000000002c7a89a04fc3be66f1aa02aa2eb2f7cf2ca8e0c0cdeefc 0.00 MB 1 0
487,142 487,142 000000000000000000fd82ae8ed622ebfa4959efb86ab31ab856656d43980a14 1.03 MB 1,862 152
487,141 487,141 000000000000000000cfe7d06fc5c01e17cb318c7f5eacc5791b3d74a3fe451a 1.00 MB 1,571 172
487,140 487,140 000000000000000000c449f03137fce2abf48a500fd6172f81f6ca3778d180d8 1.02 MB 2,013 145
487,139 487,139 0000000000000000002517b9d6e2f21608e8dc2c091a13ab8c13eb938c932d2a 0.26 MB 586 145
487,138 487,138 000000000000000000c04e5c2e5b57fc45a38a2e9bc28b4ec0800095e6193794 0.20 MB 357 108
487,137 487,137 0000000000000000002d99d9139a5fdd63db6cba2309d6ab95be3d2fef93cbdf 0.51 MB 1,168 20
487,136 487,136 000000000000000000e27aa50c49626f179995492bdb750cc2ccfb9a10890e6d 1.02 MB 2,541 125
487,135 487,135 0000000000000000007ad7a51d424ce2244cae86fe170c8330d7e4c8376546a5 1.02 MB 2,504 131
487,134 487,134 000000000000000000b4ba9a149f45378a1b3b073ab8aff8c1ceeb6bb3c92b36 0.27 MB 510 126
487,133 487,133 0000000000000000003970bac833de2aa334a55d6119fd112bc9c6aaa353ef77 0.08 MB 233 146
487,132 487,132 000000000000000000f6f0d7f30bb0c820b20c0a238d6b13747fb34b1ffda97d 0.13 MB 339 18
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.