Memory Pool Memory Pool Refreshing

11,816 transactions
30.97 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,948 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,190 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,947 (333,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,918 529,918 0000000000000000002e681ef6b27c7953c37ee8efeadfab2d43fd89b9ddfdff 0.44 MB 733 54
529,917 529,917 0000000000000000000833ecd0fd489a5a778d3ca833b739afac0f2a3c39fc8b 1.15 MB 2,127 22
529,916 529,916 00000000000000000036b17a2ec962cfd2b01c36b3412e79c94e5511af41afdb 1.15 MB 2,741 29
529,915 529,915 0000000000000000002fe1df899ee2daca6a759511fcc7d69e22685036d98525 1.05 MB 841 8
529,914 529,914 0000000000000000002f13fb0ce99f6fb4b522a1702200ae7173ed7a49041ddf 1.19 MB 1,442 14
529,913 529,913 000000000000000000164df5074333909e57e0b1e169966b3638821aafc3f41b 1.00 MB 1,603 18
529,912 529,912 00000000000000000019e4617295179223cb72fb5f846fcd20c40756a2aba76d 1.15 MB 2,494 34
529,911 529,911 00000000000000000006956a4455773f670bc98e06dd0bc9d8f62b1e6ce96984 1.22 MB 2,958 41
529,910 529,910 000000000000000000292e5f6d1a540f5f911bd12037a816a54e7f7eafb8f8aa 1.02 MB 313 3
529,909 529,909 0000000000000000001fe4a1a9354783181f09817b4fc31ecc1c03114df9231a 1.03 MB 584 11
529,908 529,908 0000000000000000001f8cc6f8918706f7402c3f736a4f4c5ebf964a570ab41c 1.12 MB 1,204 14
529,907 529,907 0000000000000000002efc50ec0e8da5ec84db744054eaa3ff610062436f7d1c 1.02 MB 359 2
529,906 529,906 0000000000000000000d5a696f174ca0e017764e3f37b663ae71320373a4c0b8 1.12 MB 1,987 9
529,905 529,905 00000000000000000035727598f35d6531d4ab2933cb68270496028607b36307 1.15 MB 2,255 39
529,904 529,904 000000000000000000141d0a8e407b9ec6e7790fa67700d12dcbe94c4e94db8f 1.16 MB 2,661 29
529,903 529,903 00000000000000000024984c0a8cbe79bd6f31fc569985070b402ffd7a8bf8d4 1.17 MB 2,495 52
529,902 529,902 0000000000000000002048ec4613711b0ba8543589e87c435a50385c0593e4fc 1.07 MB 1,073 12
529,901 529,901 0000000000000000000dc18767f2ef14b5a5fda14ed0fdec304ee98b8bd501d0 1.04 MB 769 8
529,900 529,900 00000000000000000003dd81b17d2ee6aaad56c4408ccc85a1ce14e5c37acf77 1.13 MB 2,553 8
529,899 529,899 0000000000000000000ec51357e2eb44b01edf61c2ebb494461f3553119c98c6 1.13 MB 1,808 27
529,898 529,898 00000000000000000007202fa7d6dd53333ea8394c144a3ae1729f8c6c50353f 1.06 MB 1,174 36
Previous 10 blocks ↓
Total Size: 686.00 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: 1,412.85 GB sent, 111.76 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.