Memory Pool Memory Pool Refreshing

44,093 transactions
31.00 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,321 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,235 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,320 (359,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,913 502,913 0000000000000000002abb677663e90d442769e5b5844154cd7cb691338ae191 1.08 MB 1,880 360
502,912 502,912 0000000000000000004aa25dbc156e9166ae542deafe0ca2b58aa1f3a832ba58 1.08 MB 2,482 466
502,911 502,911 00000000000000000020319e1fa87e4724ebe8871aeb27a13adb83bb4c6a27c1 1.07 MB 2,341 509
502,910 502,910 0000000000000000007f37fff807e2b74081ce4835e921c098f9ebef2f1514e7 1.03 MB 1,513 370
502,909 502,909 00000000000000000072da673cf077d7f8ff16ffa804b08759567990c04ffb1d 1.07 MB 1,851 395
502,908 502,908 000000000000000000655c58c2e9a164eb4aaa6a88bc5c509b46b980c37465c2 1.07 MB 2,425 502
502,907 502,907 00000000000000000029df66934fbd669b9285060cecee33b5637bfe79b0c483 1.07 MB 2,315 410
502,906 502,906 00000000000000000022c4358e927e6a2dd0cbb5d070d5b05b6f32f3c0484210 1.08 MB 2,452 508
502,905 502,905 0000000000000000004c067578a74ca400eaef717c0282a379122787411f0c31 1.04 MB 2,107 363
502,904 502,904 0000000000000000006109abd9642271fd71407142a00955ec9694331be3f18d 1.07 MB 1,520 296
502,903 502,903 0000000000000000003374b9143755d2f165368e03816467b5c00032c58271aa 1.07 MB 2,468 395
502,902 502,902 00000000000000000070ab575ec2ca05da59c31f579cb0a1d61efe373981715c 1.09 MB 1,966 343
502,901 502,901 0000000000000000007663526bc25f716cd07cf4f4e8c93d2a57d40c7606c9c5 1.07 MB 1,697 452
502,900 502,900 00000000000000000007c993c75a7e0f1b39b4bd8d39c642c286567aa7153467 1.04 MB 1,980 400
502,899 502,899 0000000000000000004c86ac58d9114999310ee8bf5b91c70f0178b6b8c9e245 1.06 MB 2,357 440
502,898 502,898 0000000000000000008bd336b383a4cd2479110bda5695ab77d891e68191959b 1.07 MB 2,384 538
502,897 502,897 0000000000000000002b67031cfac4d4c3257bca82e223383afba753f4f86168 1.03 MB 1,833 319
502,896 502,896 0000000000000000004ac5d97713216c1162bdfe1bc30862990c550a1994c5a7 1.05 MB 2,333 209
502,895 502,895 000000000000000000522ed562b6663e910c2e21c1464ed9acee09eed5e7d2d3 1.07 MB 2,339 421
502,894 502,894 00000000000000000035ac4f523582be3cae3a8b811233ef6faf6b8c43f160c6 1.06 MB 2,269 500
502,893 502,893 0000000000000000000b0b1592b26f34b65d60d72adae092834a9d9696c08fd2 1.04 MB 2,434 300
Previous 10 blocks ↓
Total Size: 684.77 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,363.82 GB sent, 103.52 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.