Memory Pool Memory Pool Refreshing

34,638 transactions
29.25 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
863,542 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,990 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,541 (72,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,343 791,343 000000000000000000050476ab3cbbcc3481fea3de54e6f69bee0c4cb158c376 1.83 MB 2,673 31
791,342 791,342 000000000000000000019767b4e46055a059ed6091744914b565aeedfb592089 1.85 MB 2,905 54
791,341 791,341 000000000000000000021596b28a0da6ca2faf941903ca7c123467acb720c95e 1.71 MB 4,032 66
791,340 791,340 000000000000000000031d1d3738aa0ca0c394a37190a9675b210bbdfaa7ded7 2.00 MB 3,091 44
791,339 791,339 00000000000000000002328d21be4e4c715b7d4725e32c3b80d35549565280dc 1.65 MB 3,873 71
791,338 791,338 00000000000000000003e9efb772fa70f0498bb5e34bdbf9efabbd560b01463c 1.63 MB 3,851 75
791,337 791,337 00000000000000000003163113b83b1ec299accbdbe2b18c1a31ed44714595a5 1.95 MB 3,069 53
791,336 791,336 000000000000000000003386b121a11f0efb9eac1ad44c6caa89730a60416609 2.08 MB 5,695 29
791,335 791,335 0000000000000000000283e447e77b2e18fa1ebefa1ea23a9d787bd2b75600aa 1.83 MB 2,311 30
791,334 791,334 000000000000000000046b5abdf789613f35fde618e981bb9ec109892125ecdd 1.58 MB 3,161 34
791,333 791,333 00000000000000000003a813c087b13312f2e1877d3aba65bf771b0f21415c7b 2.08 MB 2,868 36
791,332 791,332 000000000000000000037dfe39d357ad1aab1b199984c8edf9ff7455caa7f7c0 1.65 MB 3,379 72
791,331 791,331 000000000000000000000d9791e3a2dcc3dee66dfa86864b18fc835d004685cb 2.08 MB 3,898 20
791,330 791,330 0000000000000000000528b2d95b14165834ed5653d192cbccc8d5c00459dc04 1.30 MB 1,386 26
791,329 791,329 00000000000000000005617b9c2b2ea24ae11048bd912dc2b63472cbabeccf25 1.83 MB 3,209 45
791,328 791,328 0000000000000000000269120ca9378948ce7ea81054e6882fc723dc23e0d6d7 1.93 MB 3,036 47
791,327 791,327 00000000000000000000c4e1c218a4ddc9923ad371b46739a4aa6d8c76d9b36e 1.54 MB 2,829 50
791,326 791,326 0000000000000000000221b508666744b72e20d2fabde8e41a10bacc4f542d9a 1.42 MB 2,816 51
791,325 791,325 00000000000000000004b2690a79cf493969b93faa5eda26ee8303d43b24881c 1.11 MB 468 24
791,324 791,324 00000000000000000004a0e816fe3b818f994c97ae1362fe4eb80cc1db0de7bf 1.61 MB 2,285 37
791,323 791,323 000000000000000000014ae0ebe41cd33f37c2018f3b300d864c379c3a40347f 1.81 MB 3,969 24
Previous 10 blocks ↓
Total Size: 687.15 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,508.26 GB sent, 119.79 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.