Memory Pool Memory Pool Refreshing

30,987 transactions
33.63 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,094 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,328 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,093 (58,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,592 803,592 00000000000000000002dcc85b525192c4a855bbeb9c1992cefaba1e4094dcac 1.81 MB 4,084 11
803,591 803,591 00000000000000000002d021ee70cd9b656daa91260ea97cf9cfa35d76a9ca99 1.85 MB 5,153 14
803,590 803,590 0000000000000000000420704aef2ed322e47d352c32502df59029e3303350bb 1.72 MB 4,554 15
803,589 803,589 00000000000000000000f5502bb506c69c5c813557566bc3e6bb38bc62b8e8bb 1.57 MB 3,531 18
803,588 803,588 000000000000000000020d6307d71d02d476972f689f14f5be2c178ac3604073 1.54 MB 2,575 10
803,587 803,587 00000000000000000000f8e001213b99e3c4d16fc9b54ef69fdff2b4042e0114 1.62 MB 3,078 18
803,586 803,586 00000000000000000001ffe49c7d2c6a717a6db10819a6776b8cca55d92a68aa 1.65 MB 2,560 8
803,585 803,585 0000000000000000000095c2bbde28ec5376770338025dc55858eb9a9ca85151 1.55 MB 3,182 15
803,584 803,584 000000000000000000003d97a46dbbb4cca4b3e23c39c446df75cfe726163bb5 1.81 MB 5,007 6
803,583 803,583 000000000000000000014f9a1263bf9b826a9701c8467843ae24b0f2fedc511f 1.67 MB 3,769 7
803,582 803,582 00000000000000000000ba0314e33ef6d54d36a88f3ab23faa59b60650d4d415 1.71 MB 4,356 7
803,581 803,581 0000000000000000000095cccb887ff31598734e1ae40b03d17fa4aae8727235 1.92 MB 4,808 9
803,580 803,580 00000000000000000002a871554407d98fa7f4ea5ce6fe4f94ce80d10e4cce6c 1.65 MB 3,649 8
803,579 803,579 000000000000000000003fc37ddcd79c10e0ee3ba72e7c2e9f5b06617e06c01d 2.00 MB 5,315 9
803,578 803,578 00000000000000000000747953dba0ded9b15034cc73eaf34cd4bb1d478bc494 1.70 MB 4,156 8
803,577 803,577 00000000000000000002844589ee46742eb1e3eafa05c5675f1c38dbc17d6c38 1.53 MB 2,979 6
803,576 803,576 00000000000000000004bc96d08732104f16aba6f75a5a01950f58a0b8d06192 2.13 MB 6,012 7
803,575 803,575 000000000000000000037c1dfea7ccb48a5a1298c02bde82ca785bfa1a0b9d97 1.81 MB 4,630 6
803,574 803,574 0000000000000000000267021afdde752fb889b509b67578d035e05dfde0fc97 1.90 MB 1,347 8
803,573 803,573 00000000000000000003c8aaf2a490b7d0f6ab5c1860a4a1d80cd14b5f5efaed 1.57 MB 2,831 17
803,572 803,572 000000000000000000004761366b6f590885122e8c43a23a623a03f595b58bee 1.81 MB 3,789 7
Previous 10 blocks ↓
Total Size: 684.34 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,336.01 GB sent, 100.61 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.