Memory Pool Memory Pool Refreshing

34,057 transactions
28.51 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,490 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,755 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,489 (273,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
589,407 589,407 0000000000000000001018e4c1540c69fc0a85db0d2c6bda90c7bed51a17db3e 1.13 MB 3,069 23
589,406 589,406 0000000000000000000b61e5789776ff1a939aaad50efefc4027869a3ade7121 1.47 MB 2,780 76
589,405 589,405 00000000000000000002106c91d5c0cd444db0ddace30dee50cdfa0e87d16963 1.25 MB 3,295 45
589,404 589,404 00000000000000000010b8086232cc15449536669b6298fbca24b76c55b951ff 0.61 MB 1,425 34
589,403 589,403 00000000000000000018e8d19e58b5eca98f01a04b6668629ae58590e0b31d90 0.25 MB 662 45
589,402 589,402 00000000000000000007d712c3162a0120f0add4264bee3210493c513829ce03 1.02 MB 2,788 32
589,401 589,401 0000000000000000001763533aecfcab4fb347204e48d1547002e7b04634d622 0.80 MB 2,220 34
589,400 589,400 000000000000000000120a29a878a4c307a80b9b3af3683115ae987c4949d4ee 0.34 MB 950 40
589,399 589,399 00000000000000000003811025d38681afd7efc379cbde2e77b0924e59133c9b 0.37 MB 1,051 39
589,398 589,398 000000000000000000128962eafff875ce7756b6d9f1ceb439245d2e5430fcb0 0.31 MB 717 26
589,397 589,397 00000000000000000018ff5c65624e46b0dfcb63554acd6e520213e697971294 0.21 MB 525 31
589,396 589,396 000000000000000000056dfd8eab66a08d40a3dbabca711767c052b21c43930e 0.76 MB 2,076 36
589,395 589,395 00000000000000000013552b95affae05d149248814c099b624cb030878a6657 0.35 MB 1,010 28
589,394 589,394 0000000000000000000dd87a178b6a1590710a1e85069218e2c31ba1515ed7f6 1.18 MB 2,946 28
589,393 589,393 0000000000000000000cee69703f1779c016debc266fcb82772bc5b0fabb53da 0.05 MB 150 43
589,392 589,392 0000000000000000001513993195aa2fe39d7f674dcb60d23c8f3a7ab4422d55 0.84 MB 2,121 41
589,391 589,391 0000000000000000000344fe77636b2d7c829243f21eab80d352ccfe4aa6e06b 1.36 MB 2,508 23
589,390 589,390 0000000000000000001b73bd811b833d929d197369a8c639ad7985578eb60a9e 1.18 MB 3,583 34
589,389 589,389 0000000000000000001461774256b2bb13f111673a5eddc67ccbe3375aa03864 1.26 MB 3,417 38
589,388 589,388 000000000000000000007860469c09fbcd7fa56a1069141b98faf3c8f482e0e8 1.13 MB 2,113 10
589,387 589,387 000000000000000000084828d80497dd0873f5faf57ddd6161ecdb0a52f4e5a6 1.29 MB 2,707 28
Previous 10 blocks ↓
Total Size: 685.10 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,371.49 GB sent, 106.01 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.