Memory Pool Memory Pool Refreshing

41,416 transactions
31.19 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,492 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,539 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,491 (38,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,773 824,773 000000000000000000009d0ff90e113e2b0b88ad76a38e33e5e74eed8908f5dd 1.69 MB 3,211 79
824,772 824,772 0000000000000000000287c1fc8d7c0378e67f84aea9ad33c6b228ba0fd990f8 1.78 MB 4,344 60
824,771 824,771 00000000000000000003b845909346f270da1fb76a674aa3f89ca399a78e8664 1.79 MB 3,744 61
824,770 824,770 000000000000000000027d0275da4dc2909b1654df2e3035118657e9ba2cb989 1.85 MB 3,200 41
824,769 824,769 00000000000000000002f61ee59c3efd8938e19b650059d86dc32d57ba1a0934 1.77 MB 3,706 76
824,768 824,768 000000000000000000019d529d1c19704b8e35886566776b89c07243232fe4e7 1.72 MB 3,935 55
824,767 824,767 000000000000000000035705f5b86925919f0cf3662c3838b4b30404e0590272 1.65 MB 3,867 84
824,766 824,766 0000000000000000000267a992e2ccb9f30bf5f3e50a85e19f20cc635250f631 1.57 MB 3,107 44
824,765 824,765 00000000000000000003860b9bb6e7705e01ff312e8483dc53fe24249464c6b7 1.57 MB 3,228 83
824,764 824,764 00000000000000000002124c17bbf75b5807bdf092cfbde335243bb8f2bb39a2 1.62 MB 3,700 70
824,763 824,763 000000000000000000015f9a06caa0ee6cffc3fe8b654d9e2b4df6210bdab9a8 1.58 MB 2,815 40
824,762 824,762 00000000000000000000cd95c5aef11bfda45ab92b646eadbfe385cd4c08de1b 1.72 MB 3,376 44
824,761 824,761 00000000000000000001c846ebb61f86e426b3eb89d700ffbe09330bb1b41582 1.82 MB 3,328 74
824,760 824,760 00000000000000000001935067d61d46bacac447705afe692f1c814cf119919d 1.97 MB 3,069 70
824,759 824,759 000000000000000000016e3244b328e1465d8ddcbee15757b50fe4d9171b5638 1.89 MB 3,135 90
824,758 824,758 0000000000000000000174f097d1653bbafe2905c3c0d2d53f4ae22103fd84b4 1.62 MB 2,680 55
824,757 824,757 00000000000000000000ccbb34ac71f62f8cfec52bccf84ea990d1c244067154 1.62 MB 3,471 81
824,756 824,756 000000000000000000039d270304aba6e23752161cd9e5e471d34b237a9cbb99 1.79 MB 2,980 97
824,755 824,755 00000000000000000000f0f4aa098bfdb9a252f0cb13d2c5c3b49e1f17a7d300 1.63 MB 2,952 90
824,754 824,754 00000000000000000000fcbdc880e36819bdc15df8d8a99b30b2a816ea690432 1.80 MB 3,812 55
824,753 824,753 0000000000000000000013ec12d67ecc94655711f6ce10ce57dd2a0db9e4dc3a 1.81 MB 4,200 45
Previous 10 blocks ↓
Total Size: 687.05 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,505.56 GB sent, 118.80 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.