Memory Pool Memory Pool Refreshing

6,081 transactions (2.46 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,946 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,002 (820,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,509 88,509 00000000000af222c52c2431c376dab078f29ea4a71f61e40546633140a5494d 0.00 MB 1 0
88,508 88,508 00000000001108e2d53730921f7bd12b0641780518de00e0849026fe9c0f1471 0.00 MB 2 0
88,507 88,507 00000000001466e33366036a104669aba5cd1af0a116050b219b20a9e3d3b7b9 0.00 MB 1 0
88,506 88,506 0000000000164ddb9e875bcbf56192e4702e2ddacb72bf474d312159424ca2c3 0.00 MB 1 0
88,505 88,505 00000000001d2c237a1aa4f005a560c8ba52d2c1e21053e8605f13783387a3e5 0.00 MB 2 0
88,504 88,504 000000000001aa0c7b5983f0287463e24d577bcd2f0b1fffd4bc5b837b01c957 0.00 MB 1 0
88,503 88,503 0000000000081f066764f2f90d1cbf36642f819dd573bf70db46a9a67dc5e898 0.00 MB 2 0
88,502 88,502 00000000001c1cfacfd499ce15bd59a7a501989a5e0a9c4bbb8ab8a7b829947d 0.00 MB 2 0
88,501 88,501 000000000010c8ccf1bdc020a3f723ebb2948f133d3c03dd1b6fc4853beea806 0.00 MB 3 0
88,500 88,500 0000000000129e6ccc625d9b7fc59ce8632886cde1dc00ea26b58c25731f5dfb 0.00 MB 1 0
88,499 88,499 00000000000917d20ab7f2da9a4b0da7dbdbfb04041b2799fa00e91104a68208 0.00 MB 1 0
88,498 88,498 00000000000ba3d4a81395239ef6eb342da201329c6ab31b0ba0b498eacd6c0f 0.00 MB 1 0
88,497 88,497 000000000019d3309d643dd968a78df6226f5c7bfa73039abddbef83c7f6b29b 0.00 MB 1 0
88,496 88,496 00000000000e4a7ee238929d56c4dc28a8d2659746eca0823fc6c6f6fbf107e0 0.00 MB 1 0
88,495 88,495 00000000000255e3b7e296ab66db7aa05a93bef39c6097cbbdd631e7bd281c71 0.00 MB 1 0
88,494 88,494 000000000015aef3a17797f51b7218aa030197a45920cf4f9b564618caece146 0.00 MB 1 0
88,493 88,493 0000000000165379158a68e61321bf8f7e52988e5c5d2f563670681a4e140b49 0.00 MB 1 0
88,492 88,492 00000000000a35ecdecff6dc6ded38911d6ebecf661ee31927444277f2ef3c88 0.00 MB 2 0
88,491 88,491 00000000000aa3f60ff2a55524370573c8f0f9e8cd826e968c8e2a28672d3eed 0.00 MB 3 0
88,490 88,490 000000000013b7a4fb6e735b1437828fd34b2b9e027d5dac592a0b72484e7d92 0.00 MB 3 0
88,489 88,489 00000000000cdb6590537dbc02813f569fb902b820ba98a58cdc5d10169cb517 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.92 GB sent, 105.21 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.