Memory Pool Memory Pool Refreshing

7,984 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,796 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (285,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
622,394 622,394 0000000000000000000b6b6f207d0ae58c3f927b8211b8a03ad55e21e817e0e7 1.21 MB 2,405 31
622,393 622,393 000000000000000000061121b7269ba55a14e38cbd8306b15131cce4f06ef121 1.31 MB 2,129 66
622,392 622,392 00000000000000000001fbf41c0a7f905b459e1afb10d5c56fa51f9854a64be0 1.22 MB 2,617 20
622,391 622,391 0000000000000000000f185d7faf1d89dd259d3514cc2775798aa1be7a248eeb 1.37 MB 2,804 66
622,390 622,390 000000000000000000042d196462cca9a82cc35e4d0f45fcb2f14cab56a274f4 0.41 MB 523 32
622,389 622,389 00000000000000000009fa2ba4bebe38969b6db4baab9e2fba8147401a0f1817 0.84 MB 1,501 33
622,388 622,388 00000000000000000002954e2419b002e90c78aaf726df959636eea5f7e3f3d6 0.23 MB 503 46
622,387 622,387 000000000000000000072935ebab9f181722159eed5d4d830ef3bea4ad4dc3ff 0.04 MB 92 43
622,386 622,386 00000000000000000010012a6108593efa7c813a904fc62d6a1b0b763e2b6bb0 0.02 MB 61 42
622,385 622,385 000000000000000000065ac72b5ef29ca9f264849bd1f1967b69cb86e662aa33 0.57 MB 1,128 40
622,384 622,384 000000000000000000007ff2d94a07b6b3cfebf79d4215e0c5886db98cf888a6 0.60 MB 1,441 41
622,383 622,383 0000000000000000000d7a02b995363fe64d3a743dfcb6900d8c3672072fbfa9 0.30 MB 668 41
622,382 622,382 0000000000000000000fae23fa1874bed859e3c174f97622e16450e6b6f09e85 1.11 MB 2,218 41
622,381 622,381 000000000000000000081b3cde6115d211e11f0c60c9ab423274602b4b3c12c4 0.08 MB 192 44
622,380 622,380 0000000000000000000373779cd65be9a8387937c7f74ca552b8fe15a4bc833f 0.21 MB 445 37
622,379 622,379 00000000000000000004a21ba23f87fa8914c23f7d36e727efffb1b07d9fd320 0.84 MB 1,744 38
622,378 622,378 0000000000000000000c92e297f5fede12f13aa1d51cde1ffb2e0fc30a64322f 0.54 MB 1,167 40
622,377 622,377 0000000000000000000d53fe597d8694c5c9ea30497f1108950e4a0aee7f6b98 1.38 MB 1,502 23
622,376 622,376 00000000000000000007741198f6602932d73adffbe1b550da180995496069d1 1.27 MB 2,831 52
622,375 622,375 00000000000000000009903a8ab69912d5eec7bad304fcf09c861ea9cf2820dc 1.27 MB 1,083 15
622,374 622,374 000000000000000000092f188af1e35816b6b8d37114e28f9a3d3aaed2ab6cee 1.15 MB 1,796 19
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.