Memory Pool Memory Pool Refreshing

47,050 transactions
26.00 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,804 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,701 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,803 (79,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,567 790,567 00000000000000000004d7a03ef3afa1d1f9ec66ae9ba1ef16999fe10d5513b4 1.70 MB 3,335 58
790,566 790,566 000000000000000000051cedf2ca5d740ade80588d4fc7924daa965514d44f27 2.13 MB 3,451 42
790,565 790,565 00000000000000000001ea74e6acfea97d2a248edbc8c4f31e5711a43f84f4e3 1.76 MB 3,588 59
790,564 790,564 0000000000000000000570291173bcae67fb013a0dd207c5a01879dee2294d27 1.59 MB 2,784 89
790,563 790,563 00000000000000000001e39e2457cb97a71a3ae5356df97005a0b6b2d464ce68 2.01 MB 2,912 64
790,562 790,562 00000000000000000004d5b19f4bb2d3ceced09ccef9c201463e6b2dfd6346a6 1.92 MB 3,218 33
790,561 790,561 000000000000000000050fbb8a4240bdc120ab987697acb7f6173ce90bb1ebdc 1.95 MB 3,160 56
790,560 790,560 000000000000000000036223e16716b18e6957c0a1fbc1836fbe6f8c8c2aa85a 1.92 MB 2,978 51
790,559 790,559 00000000000000000003090ca1a457620a856404361427fa2fab2022d156217b 1.79 MB 2,845 51
790,558 790,558 00000000000000000003d28ccc65e90a6ae4b26082dbdf3abfa9c540796d135d 1.54 MB 3,104 78
790,557 790,557 00000000000000000004240704c7da0c3aaf066d088a2e2d6d628436fe185873 1.50 MB 2,855 100
790,556 790,556 00000000000000000002f45a2aba5d821ce8aad5513960d86e31f786f13bb8c9 1.89 MB 4,571 32
790,555 790,555 00000000000000000002c375db015a4563c2d61737baf6cc52df55097b44a83b 1.86 MB 3,966 43
790,554 790,554 00000000000000000004f37e8b961e3b0ecc241119df89e80635d51cc0636b99 1.83 MB 3,179 40
790,553 790,553 0000000000000000000574c26d4b484d26714502df129c5a382e6f05fac3523e 1.72 MB 3,559 64
790,552 790,552 000000000000000000057b18e4ea1b3642de481c03cb00e39435a60d2692a88b 1.57 MB 1,925 59
790,551 790,551 000000000000000000034db4134f765854fadb8e3bc8a21b698aeb73841b18aa 1.63 MB 2,907 60
790,550 790,550 00000000000000000003e0cedb9f8a2b07862f394bf3b0f2975d91df0e63eda2 1.60 MB 3,387 106
790,549 790,549 0000000000000000000092674d788cb30ac843d10ee6e2c950f03c82146e72f1 1.75 MB 3,939 21
790,548 790,548 00000000000000000003bdd2634e7023b28b116f630192201354aba38e630c35 1.83 MB 3,751 41
790,547 790,547 0000000000000000000217929eefda8ff53a270b696981e6faa2ac77a98fcfc4 1.55 MB 2,625 79
Previous 10 blocks ↓
Total Size: 699.09 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,108.36 GB sent, 204.55 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.