Memory Pool Memory Pool Refreshing

35,208 transactions
29.43 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,468 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,105 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,467 (341,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,813 520,813 0000000000000000001b76fecacb4ecf4bac1e72ef6ff0114804b6775acecc23 1.35 MB 2,913 39
520,812 520,812 00000000000000000032cbdb28279e812a39f4619308097cf16257bbc820b864 1.00 MB 1,969 18
520,811 520,811 00000000000000000035b740c78d3638b60d433480122b8e35453d4f4b2a1760 1.33 MB 1,282 27
520,810 520,810 0000000000000000001d036b5c01b18d4d2d9f79dd90bd5feb48774e2b4b7548 1.14 MB 2,156 60
520,809 520,809 0000000000000000001f046dd6d490f3f5e7040f581addf8d78557a95bd40d16 0.12 MB 328 37
520,808 520,808 00000000000000000015764438bd66bc5d91fb37a022c794464f280221ed5456 0.60 MB 1,011 40
520,807 520,807 0000000000000000003169d3297051de41502f769f2c36f6abffa7db8985ba77 0.07 MB 106 30
520,806 520,806 00000000000000000034dc44417b37d5b1562df59a9b290ef3a4f5b41c6d5469 0.01 MB 21 40
520,805 520,805 0000000000000000001446744245722559c1d474cea9191e153d198c66d20ea4 0.01 MB 26 18
520,804 520,804 0000000000000000002dd37b33c414b829918ed2ef710965952069212b0e3449 0.48 MB 883 33
520,803 520,803 0000000000000000001cf78d4ac2f3a1a49ecce4e28eeb46f06e81656b2d845f 0.02 MB 43 50
520,802 520,802 0000000000000000002c8143b6fc150f691250f6605010190aa041f294f1bd0a 0.34 MB 745 28
520,801 520,801 0000000000000000000465cdc586bf41bf722c7d59f7a08b1035ce67ba89e8f3 0.15 MB 316 51
520,800 520,800 0000000000000000003fc49848ff95461c6913837b7510a107bf003fd98428f9 0.35 MB 870 39
520,799 520,799 0000000000000000000164a85d26cbeb4ebc1b7814a2c2f5147700e74723ef60 0.78 MB 1,672 24
520,798 520,798 0000000000000000000913bba2da522e62a945ff42b289e9d5bf6d02435c90b2 1.17 MB 3,038 42
520,797 520,797 000000000000000000333d902d85adfd2fd1573a62b35856946030718932474a 0.10 MB 173 62
520,796 520,796 000000000000000000455c5c724fba36e370d0003d2d7781244920bb82960a44 0.25 MB 491 25
520,795 520,795 00000000000000000011f59105026395b2d6b86999f0ce3ec18635373f46ee7b 0.01 MB 37 20
520,794 520,794 0000000000000000000cc378066cc313c35fcde3a82d23cc40d748a8fb285a70 0.91 MB 1,827 8
520,793 520,793 000000000000000000216f69495bf8758e287de6a0e25296087fcaf092b0e268 1.19 MB 2,764 43
Previous 10 blocks ↓
Total Size: 685.06 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,370.32 GB sent, 105.67 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.