Memory Pool Memory Pool Refreshing

486 transactions (0.19 vMB)
  • 1 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,108 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 463 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,107 (873,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,404 35,404 000000003abecf3fac1da4f390c44c6c17ff5e9bc7a2d5741b4e689f15b4e2bb 0.00 MB 1 0
35,403 35,403 000000006a48fad4ad4991ee31c73a08d167c277b69f8674bff3499f5e3c2dbe 0.00 MB 1 0
35,402 35,402 00000000bd12c192a3a66db5534c2c7daa563d31dcec3431594790991aa5bd28 0.00 MB 1 0
35,401 35,401 00000000b0d00c86e24b978f05a077527f7df3f58a17127cfc717899d60829d3 0.00 MB 1 0
35,400 35,400 000000004d321d4f633aa46f1ee1a4269fbe84f9e00eb6d6cc7dee2b3bdaf808 0.00 MB 1 0
35,399 35,399 000000009bdc19912b39df360450a06c46faff973c8a076951ea457becf79567 0.00 MB 1 0
35,398 35,398 000000003a6437d28fcceb8a983bb55e057570208a80ef1abe6fb4d6282d7867 0.00 MB 1 0
35,397 35,397 00000000b8699b7d67423e9006b0d7d5b950004a25d7ff29e6666e0dc8ce5adb 0.00 MB 1 0
35,396 35,396 000000000b5c01699b299c226b43ea200f45dd9742a489a9558e19643efb6fe9 0.00 MB 1 0
35,395 35,395 0000000077d5b76987c8f27585486a44e057809304227ba345d6728acb2eabd2 0.00 MB 1 0
35,394 35,394 0000000075f22500a1f1a4486168ace673852bd59a734058f711d7e40bcb7e18 0.00 MB 1 0
35,393 35,393 0000000041c146ffa7afac80afd92ff9b96268fad9a6f2c514f2c3febe54455c 0.00 MB 1 0
35,392 35,392 0000000052ca5d40b69c2706ca55bdd1218fb9cc48899ce4cd47c54d3c269b31 0.00 MB 1 0
35,391 35,391 000000005452626b06042fd6030e996c8b5fcc9de75c4b012466ba841d8315e2 0.00 MB 1 0
35,390 35,390 000000003165b42cfba98f03292efc6744962fcfd4a285d1798812f27b264f1b 0.00 MB 1 0
35,389 35,389 0000000009c345ab5eabdb413d36655f498f17bd06da12f205c92927d90f28b2 0.00 MB 1 0
35,388 35,388 00000000a84fc9ce86c9f057b607d841a3def90547c8005fb2a31fc6ad73c2b3 0.00 MB 1 0
35,387 35,387 00000000b3c1b091d99c08f81ceb93b165031c405d47ba27a61e48b41dafc292 0.00 MB 1 0
35,386 35,386 000000000b44e489c36d805e378053995e66e0f6fda6a3413296949dcb656c6d 0.00 MB 1 0
35,385 35,385 000000007acebb618c36ca23d58265b1d3a1cbc9a5dd9298309a12af9669245d 0.00 MB 1 0
35,384 35,384 0000000086164ff038057d4c6b37524b25bf4b8bd7e70eb889fd2ccea8f1453d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.74 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,922.98 GB sent, 106.27 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.