Memory Pool Memory Pool Refreshing

15,922 transactions (4.10 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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,166 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,249 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,165 (851,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,076 58,076 000000000bef3f626e207bb83c17a09781eb596dcd50fafc1421816b81729ff1 0.00 MB 1 0
58,075 58,075 000000000ee2ac8294fa74c4a7893068293dd5b6506b1aed02b5d1225eb47871 0.00 MB 1 0
58,074 58,074 0000000012b49aa9c9bc927cb011d706a333d1e34e8d6f3e4976d79d31c77c46 0.00 MB 1 0
58,073 58,073 00000000095398c085340b557c619d6cf9b6a6fef201d4fb58f9a51692c8fbcd 0.00 MB 1 0
58,072 58,072 0000000011187a9850299d86d750492acd2d107533bddb4040c369ced29ec7f1 0.00 MB 1 0
58,071 58,071 000000000f4f701ba1ecacd5809591d5924e2755e336de6a9f82424e188579a1 0.00 MB 1 0
58,070 58,070 000000000abb6964f093864a1c76c4f2c8bfcf8180c42abbbaf4faba59c0406d 0.00 MB 2 0
58,069 58,069 000000000a5545f2705079d5f7628cc093a0b2485f95350a7639c09c1c7f92d8 0.00 MB 1 0
58,068 58,068 00000000020ffc099240a3d5d015392f58262e0d88f39821a73a3a3391085099 0.00 MB 1 0
58,067 58,067 00000000088412a1cb0b915ed4ca6e7cbf9e82bd86444b3fe102285da6b2831c 0.00 MB 1 0
58,066 58,066 0000000003ae117656e387eb169f39767bcae54921ff4ec6b4e7ee78a6191a84 0.00 MB 1 0
58,065 58,065 0000000001cd035079f8cba4165783e0e6b8a55837a69340b78441e6ad1ee84e 0.00 MB 1 0
58,064 58,064 0000000012d8a093cbbac0952857fc3b6f05a7f8d8b99c96a9cc9a80e1286c84 0.00 MB 1 0
58,063 58,063 0000000012de3a4869adc1150a3368d897eb9095554a87674e7641ebfa0f0d50 0.00 MB 1 0
58,062 58,062 00000000091d7e458ffa7a8fcdd4e324930125a86ad3bb6a9adc736b6ae040a7 0.00 MB 1 0
58,061 58,061 000000000a182c1a75c06ef5300c0a69aa0ae0176e4635dac300183e665f9602 0.00 MB 5 0
58,060 58,060 00000000077855da6f072350fd3327dcb67ee06b43dc2bf197e41d6f80edd4b5 0.00 MB 2 0
58,059 58,059 0000000009ff91235ff73e3ffc4faf7649bbbc26171f6db9c989e15832a1890a 0.00 MB 1 0
58,058 58,058 000000000ce067a596806268ccbf3800ee0a7dd6e22f1c432c2897ec8e004000 0.00 MB 1 0
58,057 58,057 0000000003cc155348a53605a2368f0af69aeecbac6e0652b134076a672da051 0.00 MB 1 0
58,056 58,056 00000000034bc97403f6f610fcdfb4afd034fe3663924aeaee0d39acce1e7dc9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.85 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,977.58 GB sent, 106.93 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.