Memory Pool Memory Pool Refreshing

7,949 transactions
28.60 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,188 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,226 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,187 (66,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,348 797,348 0000000000000000000337d440807c3b20138579e265a74373a7094d88e3b7ff 1.65 MB 2,087 11
797,347 797,347 000000000000000000041c84fa1c1473df3b892f1f49cbbd24e2aa69d90d1947 1.63 MB 1,887 12
797,346 797,346 00000000000000000004725d938bc0e7718bc8804b3a6a99dd5b156d21d0d7d2 1.44 MB 2,682 19
797,345 797,345 00000000000000000000c0a8749aa216e3309836022efb52792909f2a0169a0f 1.57 MB 3,445 23
797,344 797,344 0000000000000000000487295aa599c402442d1868e44d9dd9d7d9da7aaef94e 1.68 MB 2,558 17
797,343 797,343 00000000000000000004078d6555cbef36e9f862e6a14c673c59c534334a4458 1.32 MB 2,086 21
797,342 797,342 00000000000000000004839468ad880acd62815d96fc14e6f020aaced1ac7576 2.64 MB 2,328 8
797,341 797,341 000000000000000000051761c75d975d7645a4a48303dfc4110299a5a26bccbf 2.25 MB 2,065 12
797,340 797,340 00000000000000000002eccf80bc0e23e6268d7348dee1d26a88d6b4b8d4d79c 1.86 MB 2,897 12
797,339 797,339 00000000000000000002301167df69230243e6857dac7359eba131d4f240263d 1.57 MB 1,857 13
797,338 797,338 00000000000000000004273ec76e06934a5e0bf5938d6950c26b6e3aac1d54c9 1.69 MB 1,032 9
797,337 797,337 00000000000000000002e9f61670b90fc42e097d303101288c84e1dc3c3ffe53 1.65 MB 2,997 15
797,336 797,336 0000000000000000000129105de6e346860bc4a34092b22db35ba42e70088689 1.77 MB 2,783 11
797,335 797,335 00000000000000000005799ade7485b260f6350b5e48af1c1d3b38a05c4937a6 1.67 MB 2,642 17
797,334 797,334 00000000000000000003dccd45b7c279bd4f32f2fd3047bab696fba79653b761 1.57 MB 2,861 21
797,333 797,333 000000000000000000020fa709829b479a634a06d21b4fa7bc8837cd9ac61116 1.57 MB 2,343 18
797,332 797,332 00000000000000000001b83b3b0d8fcf2b6b3e011c8605be840f676e3ffa4397 1.38 MB 2,327 16
797,331 797,331 00000000000000000002416cb404a5c5bb2a371ed8bc3c55b9f777a96adda0cc 1.54 MB 3,443 26
797,330 797,330 00000000000000000001adc3f1751d9bdccce807fd5f03f398682372116f59e2 1.39 MB 1,271 17
797,329 797,329 000000000000000000007099b5b874e3b9d5845fd9de24439b4ce305e4eed2ed 1.61 MB 3,119 19
797,328 797,328 00000000000000000003c7c34a814af5842fa974bd2477ec3819166710c52c30 1.69 MB 2,369 16
Previous 10 blocks ↓
Total Size: 688.40 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,624.75 GB sent, 127.35 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.