Memory Pool Memory Pool Refreshing

1,543 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,509 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (710,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,697 197,697 0000000000000228594342ae59563aa42d25a9c2e7681d39869be23d9e17ada2 0.05 MB 139 85
197,696 197,696 00000000000003dc208ae4e08f31821e9ebd9fbe9ae03d05db994513083c5b2a 0.00 MB 10 595
197,695 197,695 00000000000000efe979f39f9fb92bd1cfa1eb99c96f763eeecd99227cd92c60 0.06 MB 147 109
197,694 197,694 000000000000033744f71038706592aa76ac2d15ec87e52421a36b40a4aec04a 0.01 MB 12 458
197,693 197,693 00000000000004fbb66cef815a41f3f18795e92c8b9c5655b8f4e431b00ac4c2 0.03 MB 63 123
197,692 197,692 000000000000006edecd599751db5b4ee854eccfe3a69c719de11ab816e449c4 0.01 MB 28 202
197,691 197,691 00000000000002834cf85dbc642ba42cd964f08fd592d461471ba2764b841e87 0.00 MB 15 2
197,690 197,690 00000000000005ff82206c8103b75977717823b8c866b5087edc3f07921a083c 0.13 MB 231 149
197,689 197,689 00000000000003e74a2d52dd7f394809954fa6b478fad234335d9f294ec16914 0.16 MB 200 96
197,688 197,688 000000000000013cbfdd2179aa18920bafb38b0536f67f35abc63809680e12db 0.06 MB 194 80
197,687 197,687 000000000000020dc5b94fe08adbc17c5472019182d69c1d976a4edd41c385bd 0.12 MB 223 113
197,686 197,686 0000000000000304ca3728117a862f820ac94d230570c0baa680c82830f3763f 0.14 MB 285 98
197,685 197,685 00000000000001d802991a0b93f2adf05c479791fadaaebe2e30760a7efa1698 0.15 MB 512 25
197,684 197,684 000000000000045562c69c5906c84ff6ddc00280fc29b7156700124b62dd8b2e 0.00 MB 2 0
197,683 197,683 00000000000002bbb395f7ffc5b0462274aae566686d3bde147c32800c28a81c 0.42 MB 1,110 152
197,682 197,682 00000000000003ba6288979ef73c2cc0c4370cbe2289bc6540ed8261ef1ae415 0.25 MB 225 93
197,681 197,681 000000000000042395e0e5d1686e040d80344f55eafec295a4c3c02dc98ce952 0.00 MB 2 0
197,680 197,680 000000000000052d69aa7ba10dc32341a671c588fa92bbb4bb4385ab9dbd78f6 0.07 MB 226 18
197,679 197,679 000000000000019cfc5ab6debe9f348b5867f430897bfdff80d0807bfe4e5b4f 0.25 MB 951 199
197,678 197,678 000000000000038425294ccc148da0a9d65803569d1ef62f8759cc5d6a5fd9fb 0.42 MB 214 107
197,677 197,677 00000000000005ea2144b84afbf467c25a6513e77cb62d795b30c8c857844a76 0.05 MB 141 130
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.