Memory Pool Memory Pool Refreshing

50,970 transactions
24.18 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,729 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,713 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,728 (128,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,513 741,513 00000000000000000008852681d8bab130c60f86ed6e164584e32be70b64f04b 1.04 MB 661 4
741,512 741,512 00000000000000000003188273665a82f79cc8fd1fb578b8530c1d5d4c668c82 1.63 MB 2,614 12
741,511 741,511 000000000000000000075f741651341bfc2e4a0cd114159a30c7c68df34da9fb 1.37 MB 2,385 23
741,510 741,510 000000000000000000029a9ce60795190d388dda24a9783d6e2db84e680a7797 0.37 MB 716 14
741,509 741,509 00000000000000000000af543060319bff827f0f7e2fc757afc4375b7ccf0058 1.42 MB 2,597 14
741,508 741,508 000000000000000000006c081c02d5c18d0aefecd3028c65f8f378707200defe 0.37 MB 685 13
741,507 741,507 000000000000000000034c2e1e4744c15bfd947998b93d107e270d789396e2d4 0.30 MB 387 11
741,506 741,506 00000000000000000009306577dcf3197ff130d7d364c45f40f1e7b475c2d970 0.67 MB 982 15
741,505 741,505 0000000000000000000143bafa7fb9e972af39df2159c76b22232245e23c9f60 0.19 MB 51 4
741,504 741,504 000000000000000000048d8a533b696a78f39acbb442076c9fbae6b8011fd1bc 1.53 MB 1,336 12
741,503 741,503 0000000000000000000338fa49f0b2fdd33ecbfe7b5cdf34ad6d33b6d6e45d67 1.64 MB 1,466 4
741,502 741,502 00000000000000000002b5fa4960a2a2b221862a06bcf35de9eab2c2039c9aea 1.43 MB 1,773 3
741,501 741,501 00000000000000000006e8f697b1e0df6bbaf5a49eaa00ba8a213098f886bcb4 1.54 MB 2,814 15
741,500 741,500 00000000000000000003730283ce144ef0775ffed7cd1ac065da6aad54454c10 1.64 MB 2,259 11
741,499 741,499 0000000000000000000314fa3a755bc93c2a5e1bfb5034ec0a65949c08acf707 1.50 MB 2,226 13
741,498 741,498 00000000000000000002beb5a72fd2ea675b90d4196c46e38f69e78bcf15ec53 1.43 MB 3,074 25
741,497 741,497 000000000000000000003d6ba2f289bf2957bd128f3eb47c19e737d94fdf2083 1.20 MB 1,492 18
741,496 741,496 00000000000000000007718715e5ba224d96cae0c561efd6a4c53cc737f968dc 1.16 MB 1,072 20
741,495 741,495 00000000000000000006ad1b26f270d1c07f16d177d4337b1913ad2a74483fac 1.39 MB 1,983 11
741,494 741,494 00000000000000000008f47ced6129b8b702a9989d481f7a6c91ea256806e9c6 0.34 MB 562 9
741,493 741,493 0000000000000000000080820c5a98e4d562559aa0e300ebe3f09e5b701c92d1 0.54 MB 551 10
Previous 10 blocks ↓
Total Size: 698.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,103.42 GB sent, 203.68 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.