Memory Pool Memory Pool Refreshing

14,349 transactions
29.79 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,175 (303,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,973 558,973 00000000000000000012f0a4442068d85d168ce07287c002f36f80a308217cd6 1.25 MB 2,723 28
558,972 558,972 0000000000000000001d428b24048b03bb1015f09af1329f76901f01838db180 0.11 MB 374 9
558,971 558,971 0000000000000000001c2b3193c69847714424f07fe0494d0c023152d3fc472e 0.30 MB 475 5
558,970 558,970 00000000000000000021007b533a5b259f54b0e5fc64763c84351efcb78cba7a 0.66 MB 1,441 9
558,969 558,969 0000000000000000000fc3a513281fdf842200d20787ffd4950199dcc1622613 1.18 MB 3,293 21
558,968 558,968 00000000000000000011f53a042e549e09cd39002ed45792949e03e5dc36e860 0.32 MB 858 11
558,967 558,967 00000000000000000016a780628de32d8500440d390aee2e86ec0f948f59a9ad 1.03 MB 1,667 3
558,966 558,966 000000000000000000145513a7a88da045c549225dd2254aed772357ff7e013b 1.12 MB 3,017 7
558,965 558,965 00000000000000000019ec9bfec58d8efe99c7a9dd5d80a2eef7aaab4d61982e 1.18 MB 3,161 19
558,964 558,964 00000000000000000006e379b618b4e92b610cc5d3d9d653943b1313db517502 1.18 MB 1,962 22
558,963 558,963 00000000000000000018eca221760a926271837260277c45a96bada02297a626 1.21 MB 3,262 19
558,962 558,962 0000000000000000000ab8b1b52ec50e11a185100dacceede4e6be35942de3fe 1.26 MB 3,074 27
558,961 558,961 0000000000000000002c7e7f1f336442883f613b91ec5dbe5d2f707117707633 1.28 MB 2,406 25
558,960 558,960 00000000000000000027627b158eacf0da4680c045cc8d19c3d7ddbb5c97d5c9 1.12 MB 2,814 11
558,959 558,959 0000000000000000001206ae7cbec30f6f5c69a34b0f9ad2346e588a0366cd12 1.21 MB 2,665 12
558,958 558,958 0000000000000000001a446678e35355a8bec34445be6ad6b55e50291cb8c180 1.27 MB 3,104 23
558,957 558,957 0000000000000000000474bc490a6bcaf771d8bbda5258a4b4ef26325d686add 0.15 MB 110 4
558,956 558,956 00000000000000000013344ac51b49f67914b18fe00139a6356e4d1c42caad02 1.18 MB 2,965 15
558,955 558,955 0000000000000000001b37ab4e26ccd30c024091616b4fdbe0c1875ec9f945db 1.13 MB 1,984 6
558,954 558,954 0000000000000000002b72de0b6c725ecb6873ceac48e456f45cc1d1b41e6361 1.19 MB 2,288 11
558,953 558,953 0000000000000000002c358194e36f2bfa9c52f8248e2ec72e2944e3a7ee5826 1.20 MB 2,996 16
Previous 10 blocks ↓
Total Size: 684.50 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,345.23 GB sent, 101.42 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.