Memory Pool Memory Pool Refreshing

19,049 transactions
6.07 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,149 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (665,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,488 242,488 000000000000003555f6b3b8e4efd2fbce70c58933ed3c91f956b9ab8a128739 0.01 MB 22 113
242,487 242,487 000000000000001d7539be2edd09fd67b432382504a717b58dbc02ce7613db98 0.08 MB 141 113
242,486 242,486 000000000000007ec149c16f2cb37c126090c956bb105a001ba080e1d27d1395 0.25 MB 427 101
242,485 242,485 000000000000009280885b6c708d7dfa1c511973790e1618085c57aea8344067 0.25 MB 743 418
242,484 242,484 000000000000002bfa1eb4abcadf235ac056c0d4fadbd7a0c0dd35477a214091 0.14 MB 288 155
242,483 242,483 00000000000000a280315da3d49896137b2aa7a98a3a67a9fedd339516835ffd 0.03 MB 137 3
242,482 242,482 000000000000000adcba1c3314ee0fe3355a68685a428e622b4e58b9e014f59c 0.23 MB 568 488
242,481 242,481 00000000000000c7d04f941657ac3f7958cff9454c2248aa93561fdd854c5d87 0.03 MB 56 120
242,480 242,480 0000000000000020dd4dfae2e2cc6c7149c5b4a1d6f7b0f4b6cadbb33a56a7a8 0.23 MB 449 327
242,479 242,479 00000000000000d3d41f028a51c0318dccb55d93c63f3bdae971db25c35c6927 0.52 MB 1,024 65
242,478 242,478 0000000000000005490fb1f53de9e19fb34cb29051e5f04dd2e9643795995273 0.08 MB 88 22
242,477 242,477 00000000000000aff35d198b18496e31f719909f77d917198f86dc9841b5691c 0.21 MB 380 153
242,476 242,476 0000000000000064386467647c5e01b157745e0e441574f7f6d956e7323a0748 0.25 MB 427 98
242,475 242,475 0000000000000046a1d0da8cb261bc31af968a1401a1a32c7f3c0b28fbe18e28 0.25 MB 649 197
242,474 242,474 0000000000000081c15fbc136e049b7d5e2f61df08dcc6fd1d72ea9bbdd8d626 0.25 MB 647 329
242,473 242,473 000000000000000817032b1e3784f76d9f789eb04a92728588aacf63114dd747 0.15 MB 196 69
242,472 242,472 000000000000008d210eb230bdb89a5a958195b8861046e221fc44a6d271e384 0.25 MB 509 182
242,471 242,471 00000000000000cffc51e08e8bb88de0d9714ea1dd383c232cf8b976f0e378e4 0.25 MB 663 630
242,470 242,470 00000000000000c9b38ef672a4c87f66d5fd99789e25729579e348e6f2eb068c 0.10 MB 175 58
242,469 242,469 0000000000000072031952cdce58e6160e925a4790b521b9961fb4ccd8b94b1d 0.25 MB 650 346
242,468 242,468 00000000000000b46c9a0c807d2fdfe2c8bfdf5640921b7b58ee883d1869d5d2 0.13 MB 140 37
Previous 10 blocks ↓
Total Size: 769.02 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,624.43 GB sent, 92.99 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.