Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,100 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 523 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,099 (823,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,511 85,511 000000000006d6f357d3380c4834d0acb5ef460d9d82514acde8ccd834269535 0.00 MB 1 0
85,510 85,510 000000000022808bacf78730218a2407b44dd6e1fab794066c63f7ea4b7647f0 0.00 MB 2 0
85,509 85,509 00000000002b3cf2ccf65e4d3ebdbda210d806a0aa6aab7a1691d69ae96fc095 0.00 MB 3 0
85,508 85,508 0000000000149f9d58a47f212cbefd33f3239bfbfc3b6e2fecec41532008e9df 0.00 MB 2 0
85,507 85,507 00000000001100b3f42ca54058f0bd77127fe86035b11d9bda0d6a6d7fee0ec8 0.00 MB 1 0
85,506 85,506 00000000001b38802ac93f4ee61a19298e0698dab85314287fe3ac39119be8ae 0.00 MB 1 0
85,505 85,505 00000000002b69b7de1062c0981e7f5744c6912d38cb1dae253fb1280ecd1903 0.00 MB 1 0
85,504 85,504 0000000000234c1afb2d6bbc20566244c914d404ec9c0f1a9071a5223552ada2 0.00 MB 1 0
85,503 85,503 00000000001cb9a83916d21ca8c1f5a70af715d2c3af5439c78a44ed3e6e1d9b 0.00 MB 1 0
85,502 85,502 000000000017e12883d9e0fa268b15f65dbe18e331dfb080fd44c09c9e990e07 0.00 MB 2 0
85,501 85,501 00000000001f37601d6b020f19a6b0cd4c672103bed997d8c78b0e0c6b2abda0 0.00 MB 1 0
85,500 85,500 00000000000db6db3dcf8648542570be0cba0bf33bf5612288147caad07c96d1 0.00 MB 2 0
85,499 85,499 0000000000047b4e8fe6ee3bcc30e2f8d209fb466f6bb07e1ba467d1a999e432 0.00 MB 2 0
85,498 85,498 0000000000070a55e617dbc8e7089ca1774ffe0e3e58f254ea5891324526e0e3 0.00 MB 1 0
85,497 85,497 0000000000196e5d567f9e720f8844d8121d1ca82e3aadf12bcd2cc2b9231486 0.00 MB 3 0
85,496 85,496 00000000000cd28afd5a4d82e51abbd5e095ea56e8ca37b321951ae234547a7a 0.00 MB 2 0
85,495 85,495 0000000000239bd62aefbb96ec7332709cb9430681e65cab72fc93e44b7a01d8 0.00 MB 1 0
85,494 85,494 000000000024bd97e7344c02f37370b9475c2d3799ec900e18a2aa8c22dd7528 0.00 MB 1 0
85,493 85,493 0000000000157213174522d9d44e7348718d56f1cbced04f50ef2179d2b9f29c 0.00 MB 1 0
85,492 85,492 0000000000272a13f7a7a4e3d90b94b8ea49617c22d7024584a4b414a2333943 0.00 MB 1 0
85,491 85,491 0000000000194db6fcf1b79d83359a550a317a9e053cfabb03206d0d61d570fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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,915.88 GB sent, 106.18 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.