Memory Pool Memory Pool Refreshing

29,527 transactions
30.24 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,731 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,361 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,730 (350,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,545 512,545 0000000000000000003d572545ddf9485900cb71ba67e601152b59dc1f727cf1 1.12 MB 1,114 12
512,544 512,544 00000000000000000052f3ce41794c7b3193baebef97153b7e34e9044d93b84c 1.00 MB 787 20
512,543 512,543 00000000000000000019ba855bd847c67e29b1fbc4fda5db531c6b34e0ea228d 1.06 MB 1,130 18
512,542 512,542 000000000000000000065d376b5c71837cbc8a3de83b802c83fa13ed97d8b8b1 0.00 MB 19 38
512,541 512,541 0000000000000000004d157692caca9ee6193a9ebe98e992494b5c24cc123b4d 1.10 MB 1,679 28
512,540 512,540 0000000000000000003ee721c6cee6e0c59fdbfc044a632a663d9a56d3edf23a 1.10 MB 1,394 22
512,539 512,539 0000000000000000000a82c349cc747f4c1ea1bc250656e332d6d14ed0140be7 1.06 MB 1,307 21
512,538 512,538 000000000000000000527a5a6d1b9448da050b2bf3b6ab65b99fc20527cb1f36 1.03 MB 522 10
512,537 512,537 00000000000000000018e2157c7d491b0018a139e5720c860962671000908c71 1.11 MB 1,724 32
512,536 512,536 0000000000000000005073cfd3fe86b3f93ac2792a751db76917e4eada03ecde 1.05 MB 739 12
512,535 512,535 0000000000000000003d39b52871d505ae690d306cf5b2985c0c0d491165d31a 1.04 MB 165 2
512,534 512,534 0000000000000000004a0b5417d6299dd74229ff4f0cc8e809877a86bf2f0e81 0.17 MB 393 37
512,533 512,533 0000000000000000005069a7393742410651a20a8ae3714637082ec6deee3aeb 1.08 MB 1,799 28
512,532 512,532 0000000000000000000fb3f7b941d1607ea5aa58ea196b833d491025b8769c44 1.09 MB 1,478 27
512,531 512,531 0000000000000000002e45a47fdc4834973b64a51c74cb2955ed4f530dcf9e29 1.10 MB 1,992 32
512,530 512,530 0000000000000000003c79caf748296eec58403dd904ce20154c05fabb2e7329 1.16 MB 1,927 29
512,529 512,529 0000000000000000002815bf948658732fa622095a888bd7f7ed2b2c6b1f6627 1.07 MB 1,318 23
512,528 512,528 0000000000000000000a780239b38465e65b98e4d11f73645c22dc34b96d7945 1.03 MB 421 6
512,527 512,527 0000000000000000004ae3adfb54fb97ef493f9749ac23f72f216bf09f2ea677 1.03 MB 631 13
512,526 512,526 00000000000000000019b32a32d1e017c5b2c116bb3ef813442324cf6c4b4c0e 1.09 MB 1,134 25
512,525 512,525 000000000000000000529bcb3104a19bdecc5bfd312574e8c090ee12e4a1e126 0.64 MB 377 3
Previous 10 blocks ↓
Total Size: 685.57 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,389.08 GB sent, 109.31 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.