Memory Pool Memory Pool Refreshing

19,636 transactions
28.35 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,594 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,508 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,593 (37,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
826,360 826,360 000000000000000000014d6a62ed7351fb679ca693a47c0b030fe3e6de7b34cb 1.06 MB 416 42
826,359 826,359 00000000000000000000f6bc89ea99dd087aa69c82be6e713c2f888d23496312 1.63 MB 3,140 54
826,358 826,358 0000000000000000000318551ea0641db6f41aafdc9c80190b7a1cc0eecf7300 1.49 MB 2,538 53
826,357 826,357 00000000000000000000efd29532f77f1dbee507bd60f4ea3333ba62b3910d89 1.81 MB 3,245 45
826,356 826,356 0000000000000000000054e044c2d98b04652d2d7f9d6d435d53db3917c01687 1.57 MB 3,146 63
826,355 826,355 00000000000000000000e983b07381216e88142e7dbbef91000b696539f61511 1.55 MB 2,818 57
826,354 826,354 0000000000000000000334cd57909a939b5416dda269c8cb5052758f473a091c 1.61 MB 3,328 75
826,353 826,353 000000000000000000021fc0b889b7f6c6685d2579a1333e71199144f731bee6 1.59 MB 3,279 83
826,352 826,352 000000000000000000033141f8d577ae3bdc8859a60dbdc951cde2ba5a59de6b 1.69 MB 3,274 61
826,351 826,351 00000000000000000000e5114208689c0a62d3fdf1ded3da82da29456a5ca949 1.55 MB 2,790 54
826,350 826,350 00000000000000000000fc418086bc7ad6b8c2dcad8297847df49894f6eaf045 1.55 MB 2,900 102
826,349 826,349 0000000000000000000286652d3228e4c5f4657db28309632202905732aa040f 1.20 MB 1,048 41
826,348 826,348 00000000000000000000c8dd5a33dfb4b67b045a078e06e98fb701c6c809bbe9 1.45 MB 2,292 55
826,347 826,347 0000000000000000000147505b6136b7e234d4d96d2c611af6d47d24ef5901a7 1.45 MB 2,611 58
826,346 826,346 00000000000000000003a7c3c7b1d277646dff98ab6eb4acef404eab2fd68a14 1.63 MB 2,684 59
826,345 826,345 00000000000000000002ae5bf8225365aee00d06dc1ac68c2b434a284892bacb 1.57 MB 3,377 40
826,344 826,344 00000000000000000003c1e6b3c4fb80538fbcc6aef8243ffc286c646ee9a686 1.58 MB 3,121 67
826,343 826,343 0000000000000000000374c9151e09a2851e29dd67ea394586421696a533d128 1.93 MB 4,044 45
826,342 826,342 0000000000000000000207bf241b997a20d79b8253b8bd92336ade6e2c3f8ce9 1.96 MB 5,629 44
826,341 826,341 0000000000000000000063577b5d142cdf23a744b30ed7ccb7dc149c9ef4b000 1.86 MB 4,818 40
826,340 826,340 00000000000000000001bda3ec5d73804020d2e18aa7fe79577b750dddbf5513 1.69 MB 3,962 61
Previous 10 blocks ↓
Total Size: 687.25 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,512.53 GB sent, 120.70 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.