Memory Pool Memory Pool Refreshing

55,387 transactions
26.18 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,932 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,391 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,931 (597,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
272,528 272,528 0000000000000004e1ce98dd13550c63c1ab0bfc8466659fc7158c451cc5dc8e 0.10 MB 240 40
272,527 272,527 00000000000000039eccd68ee6e577535bbacef680646ed2fdc0ba5c21c3d767 0.22 MB 397 37
272,526 272,526 00000000000000057d06cae7996cf5746e364ce17ae92be65a49dad24937c90f 0.22 MB 462 67
272,525 272,525 0000000000000004bfbfad5c6025efacae90205244d6068882db914ab2b20ced 0.23 MB 355 60
272,524 272,524 0000000000000005ac82230eed81fc7d2cbbd29c9737fd21c12df5725dc6964f 0.11 MB 186 46
272,523 272,523 00000000000000015805161cd902e65cc8672ee35dad5c281a3e58e568b32029 0.31 MB 566 51
272,522 272,522 00000000000000000abdecc74d48e6f45b1ed73946d2fa913ca85e45f1d37427 0.06 MB 156 48
272,521 272,521 0000000000000000aedbbfcc0a020e3bdf3e4bc3021399f76037f793f8d41195 0.09 MB 114 28
272,520 272,520 0000000000000002b12ebd1ebe5d8ea0b2b6c201a53730cc1ec9b8d1654855c2 0.08 MB 180 54
272,519 272,519 00000000000000049d6b1039377b0ca3a4c573e3de9ffa1ea2cb3058818d9c90 0.10 MB 231 56
272,518 272,518 00000000000000005e83ea9ee6432af8c8375057f90110bd6ce63c9d70bb23a3 0.14 MB 308 52
272,517 272,517 0000000000000005b957ef891a5b754a27efcbf432db0f2b4da9215d13312aba 0.10 MB 176 34
272,516 272,516 00000000000000055f5e40d25364b7f325a4039212780dea3f866f3cbac46e58 0.23 MB 526 63
272,515 272,515 000000000000000381c391eee27b76107302b4a34cd7ac92ebcdd8aa93f77ccd 0.07 MB 136 46
272,514 272,514 0000000000000003a7b383a9df0c1725ecaca79f5746a79a9e2bd6b763d11a49 0.18 MB 404 65
272,513 272,513 00000000000000014d746117b9d49b70bb8e15a1ed5ce0db277d0884aa0c4d1f 0.12 MB 183 10
272,512 272,512 00000000000000009ea64bc89c951c5e57aa704b3fafa42a96fd5369360b494f 0.28 MB 660 66
272,511 272,511 0000000000000003625fcd955dd2aefa79ab5c8f9a4152748fb1b05aee91ad1d 0.18 MB 288 42
272,510 272,510 00000000000000017d90d6086b41d845bd67cf51f71a890b2f7a5181ed0dba8c 0.25 MB 342 30
272,509 272,509 0000000000000003b609c1858daecdffaeacedc5dda9a93e419a7d481b2bb9f0 0.50 MB 1,194 68
272,508 272,508 00000000000000029d4df6dd4a3769b65d0a95654198e65e858bc928616d9814 0.05 MB 143 164
Previous 10 blocks ↓
Total Size: 699.33 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: 2,160.30 GB sent, 205.92 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.