Memory Pool Memory Pool Refreshing

55,911 transactions
22.43 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,399 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,499 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,398 (68,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,019 804,019 00000000000000000005325193a350f50bece4090f8a083c935ad5e4f152c98b 1.97 MB 5,516 6
804,018 804,018 00000000000000000004832c249ae9b6f72be0e5a5cd47e10f49b0a14d4422d9 1.80 MB 1,914 9
804,017 804,017 000000000000000000032d3d1ed3f2d54f993d2de669daea15737fec58d289bd 1.58 MB 3,095 14
804,016 804,016 00000000000000000004b4cfbfac13940ab3ea152fb97bcd68fd090cd1853b26 1.80 MB 1,948 9
804,015 804,015 000000000000000000005897b86e264c15ec4a29eb244fd60418446ee5b15d48 1.76 MB 4,061 7
804,014 804,014 000000000000000000047220a00f58b06becea473c81574528a674012fe34f7a 1.74 MB 3,628 13
804,013 804,013 00000000000000000002b9aaa5c2564384fc57a932d0b2244b0123d85d6e2b1b 1.41 MB 2,462 9
804,012 804,012 00000000000000000000e5722259ec2fe093d34ad1a94b082bafb6c8214decdc 2.09 MB 6,761 6
804,011 804,011 000000000000000000001141fe44e80aba38ebc87dfa1cc6191c3c2de0c545e0 2.05 MB 6,432 7
804,010 804,010 00000000000000000004fad20b89d2aa588d35d358a74477e832eded77168b95 2.07 MB 6,694 6
804,009 804,009 0000000000000000000086f8e54fb20ea9842bc5ceb9e9aa65dd6d41eff3f616 1.74 MB 4,606 7
804,008 804,008 00000000000000000002e32c3d0a44ec1df08ba8d6405392c2c4c2f57fb9e8ae 1.74 MB 3,251 8
804,007 804,007 000000000000000000052892388b0045e1617338dcbe0a2c76dff3641d152a45 1.99 MB 5,970 7
804,006 804,006 00000000000000000001e7b5babb0388774bc09e99ef5a873fc4230492cb1e78 2.05 MB 6,466 6
804,005 804,005 00000000000000000000496de6eae3501a23aa21db2110335f1bb9f915cbaa13 2.15 MB 7,039 6
804,004 804,004 0000000000000000000470db83000bf279ed360c967d0922c2b4ce5c5f55e9ae 1.79 MB 4,704 7
804,003 804,003 00000000000000000002f44ab53325a3bc64560d68e416586a6a083741ac82b8 2.13 MB 6,958 6
804,002 804,002 00000000000000000000942740ddef25595a208e90a144c513830820ff3f90fd 1.48 MB 2,933 6
804,001 804,001 00000000000000000004ed546fa7c10a66963443b1aa575b3443025ed862e5c1 1.63 MB 3,783 7
804,000 804,000 00000000000000000001a0a448d6cf2546b06801389cc030b2b18c6491266815 1.43 MB 2,472 6
803,999 803,999 00000000000000000004e556c28be148fe0b7ca313140e6d5a2a6a12d02d2ab7 1.06 MB 364 6
Previous 10 blocks ↓
Total Size: 703.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,633.79 GB sent, 237.63 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.