Memory Pool Memory Pool Refreshing

15,404 transactions (4.25 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,151 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,121 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,150 (874,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,775 34,775 000000005e278ce9e92687b8633f3a3e91e640367c0c2c80ceab634d0657cd88 0.00 MB 1 0
34,774 34,774 0000000004c6972f0936a65616aad39a78f29a4b804d1d3d010bae5eac454c9c 0.00 MB 1 0
34,773 34,773 0000000042e821a42b62ea8f545d6af661da4f004dd5bd4eda1fc5055a4c4485 0.00 MB 1 0
34,772 34,772 000000009dfb7ba6b1632631a7429148e3cf916714a3c0678b570d458b2fd98d 0.00 MB 1 0
34,771 34,771 00000000b8c8028e71cec7887d849623d9965d7786b889f061f8264547524945 0.00 MB 1 0
34,770 34,770 00000000661ab7ef288355e205a73362ed2797e0dc39980af6e2e982280de1c4 0.00 MB 1 0
34,769 34,769 00000000a853e24dbc74914ecf9c6e454a089fb59290a982c9aab40929751e2f 0.00 MB 1 0
34,768 34,768 0000000008c0b5d97813f1ada9e2d719d80944640e06e808a6ee6ecb86ccb39c 0.00 MB 1 0
34,767 34,767 00000000184474bb71c2fcf850fffe5907e7a3bd1a81315b79b1c1b2f746b5cf 0.00 MB 1 0
34,766 34,766 000000004d2a26e86d85a6da7836457258157a9eb2fa44cdbb5cf5b191655449 0.00 MB 1 0
34,765 34,765 000000009ced43cd2ba4ab7eee38e467efec32aed335aa953fd7a028f0e944d3 0.00 MB 1 0
34,764 34,764 000000004fcba8a01bc1aaa0b0c74dd131e3ce955bf4b89e6ee72a4ee24969c4 0.00 MB 1 0
34,763 34,763 0000000081e17e4052a0dbf1e06b903696d8cad042c4d1cfe49398c2c4163035 0.00 MB 1 0
34,762 34,762 000000007149227888e81b7f6b35213fe747f1191a1f242468ba1b1976c4ed1b 0.00 MB 1 0
34,761 34,761 000000009c935bc53b8ce5697ed52da6bda18b8965c2e2f0710ad4d732e82490 0.00 MB 1 0
34,760 34,760 0000000069df3f44d276b5393e610aac7db87988617922a9795ac9125dc889c0 0.00 MB 1 0
34,759 34,759 000000008acb78a6e60b328d1967a50bb4d6246156c0a004c1843f55ed16b821 0.00 MB 1 0
34,758 34,758 000000006d80c7af876c0fadb6cf8004b7dcfdc1aee5b3ffb00614ccd8230a5f 0.00 MB 1 0
34,757 34,757 0000000064f46e66ba2c0c9cb0d02bd49482e60e1859d9d7cab53c314138c302 0.00 MB 1 0
34,756 34,756 00000000c02df7987f0a1ea93d14bd9ca777d5325c26ad3d8b52e758ef241240 0.00 MB 1 0
34,755 34,755 00000000ad3700cb03d240956ee696ebeb228c3258ab58c52bdbf04bfc6c5676 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,961.16 GB sent, 106.75 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.