Memory Pool Memory Pool Refreshing

48,775 transactions
25.12 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,054 (70,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
791,951 791,951 000000000000000000043d97e9d3d5382c6c94aa1d96db55c2ada41a72c2680d 1.51 MB 2,973 39
791,950 791,950 0000000000000000000074a796c4793cf7f0182c53dde6e81c8b109e9bd33bb5 1.49 MB 3,435 46
791,949 791,949 000000000000000000033c85501ac0f2d7acc825ac6512e4880ec5df55528ed6 1.57 MB 3,085 72
791,948 791,948 00000000000000000002b847c1def0aacb3ff364ae47408a1da5cd39d748f115 1.56 MB 3,767 68
791,947 791,947 000000000000000000008f93b7c380516330ea9b6767d8308b9b7a2ae60878ef 1.60 MB 3,887 49
791,946 791,946 00000000000000000003b623ebf20aa154f40c1099941178ee909ab3ee600c37 1.86 MB 2,936 39
791,945 791,945 000000000000000000022b6fa1b7788e5905e1c8d0bebcaf7e88326072e0c251 1.74 MB 4,122 24
791,944 791,944 000000000000000000024abc5da1100454105c4d352f741df09cf9278c3cd6b1 1.55 MB 3,207 22
791,943 791,943 000000000000000000001e84078c5c6bbd1e77f83da7a96de4c3d5c8a0ef210f 1.74 MB 2,833 32
791,942 791,942 00000000000000000001e1b61324707d1d4f67126857d57eab3bcc3305431567 1.76 MB 2,774 54
791,941 791,941 00000000000000000003f019d5239dc52d34b507277c4a5386b7c5d905165cfb 1.77 MB 3,727 29
791,940 791,940 000000000000000000025e6ee40248ddb5af00c58186672a27e675ac31182da3 1.76 MB 3,426 23
791,939 791,939 000000000000000000056571634f071f01274d1cfb27007973fe3abc41e08a79 1.69 MB 3,627 42
791,938 791,938 000000000000000000048403a0c2f35b3f60d38a84dbad9d26d1b19dcad2d62b 1.76 MB 2,505 60
791,937 791,937 000000000000000000027385ed66d594936232f4ecd6f0db166d0a758970367d 1.54 MB 3,374 50
791,936 791,936 000000000000000000053633fac441b214696a5d54b0ebe81da72bd6c6e8053f 1.63 MB 4,156 42
791,935 791,935 00000000000000000002f6e68c832b5b393b078c3c90229ff0c97696c896f3fe 1.57 MB 3,125 29
791,934 791,934 00000000000000000002ae91e6d6b9a2718edc19f56df76d63b9c84db660aae5 1.68 MB 2,953 17
791,933 791,933 000000000000000000034f7832dd26a588ed7de8c4edb52a84a133829764f02c 1.78 MB 3,198 25
791,932 791,932 000000000000000000009653c156caa0e5953e294cdb09f0b27907f213566acb 1.76 MB 4,669 52
791,931 791,931 0000000000000000000109a317519eef1781784fbaa935289a86895bfe59f265 1.70 MB 4,065 41
Previous 10 blocks ↓
Total Size: 684.26 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,331.81 GB sent, 100.13 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.