Memory Pool Memory Pool Refreshing

1,766 transactions (0.58 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,122 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,121 (871,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,415 37,415 00000000855a2509c930a943e08e4e58212c91a7f7b8184575e9bfce81b6fa4d 0.00 MB 1 0
37,414 37,414 0000000092a5a49a9a3ec879f4434f96ca7e78d8f1bb740ee32de5400106c91b 0.00 MB 1 0
37,413 37,413 00000000588741cbff7278b10f4c7e504ebfcb42ecab4453639a1ade07b1ff1d 0.00 MB 1 0
37,412 37,412 000000004c0e9d92c96a4dacf3dbc182fba5cc01df654d8771e9624faf833fa5 0.00 MB 1 0
37,411 37,411 0000000095f4690e9d91ba4cc026e05187747c7d5d73ad6878aad147bb88a4c5 0.00 MB 1 0
37,410 37,410 0000000021fd24e2c99bd06c2c9cf6728cb656c4902db7f17771c859b2d911a4 0.00 MB 1 0
37,409 37,409 00000000542366b67783ee01349edab633902bdcbe576be21b264e2d815b769d 0.00 MB 1 0
37,408 37,408 000000009ca604afcb107487062f4ce1fe703334ec2644d3fa589c825ddaa947 0.00 MB 1 0
37,407 37,407 00000000acb9fe1f3e6d834161fc340389dcc561c334bd3cce26eef2e959cd51 0.00 MB 1 0
37,406 37,406 000000009c7f5969b26e7bd03da75694927e9e6f8ab2707afc738f9099b13dac 0.00 MB 1 0
37,405 37,405 000000007bce5d5abea21239a722ecb9b20fc0638855a6b30aeb029ffdf81dd3 0.00 MB 1 0
37,404 37,404 000000000c690143044194a3ae10e8c5fe90fc0b8d1ae2063e03d123659dc924 0.00 MB 1 0
37,403 37,403 000000003b618452dd61f1e57c5b47b1c3e9f5ac51c794ad359d7b47b0d57e1f 0.00 MB 1 0
37,402 37,402 00000000323237743118df85c314c3cbf5a61a3f943f51674215d818e84c606b 0.00 MB 1 0
37,401 37,401 000000005a03d458cbac45b8efebed9f9b30e7eb8818b1cf1bed8a4f3846dc31 0.00 MB 1 0
37,400 37,400 0000000099fcee3035ee58a65e261efdef8bc3eec9c6e408e9837c9fe7ddf993 0.00 MB 1 0
37,399 37,399 00000000113ee48b747103d22205c9762ec2dc1d2b125a9f1a0bd8854825fe7d 0.00 MB 1 0
37,398 37,398 0000000037a913f7b65f79a5a787f84f58328fe39bf48520d021a0693e1b4d79 0.00 MB 1 0
37,397 37,397 000000000eddabfc1a909601869c4675315e39dff0610b32fed111969827965e 0.00 MB 1 0
37,396 37,396 00000000a810e976849064b465c256c2a34302624ef6920f8a8abff2956b7e6b 0.00 MB 1 0
37,395 37,395 0000000026808b73b12dcb1c963f7ed8895bd7d1ff906cdff6199ddabc704391 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.77 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,930.72 GB sent, 106.39 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.