Memory Pool Memory Pool Refreshing

7,767 transactions (2.69 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (822,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,607 86,607 000000000003dae8282c3016c5235ea47a1fd892a22ce43c9540220a158cb183 0.00 MB 1 0
86,606 86,606 0000000000160fe254fa9365b0a0c664b5e48d08a07bdbdbb9e650b6edafc55d 0.00 MB 1 0
86,605 86,605 000000000014fcaeae4c984b44deedb50dd6e460c55d2a13030e68245cbfbece 0.00 MB 1 0
86,604 86,604 00000000000dddd558e44008327acdca91eef6a69784741e8d9d6304366f6cbe 0.00 MB 1 0
86,603 86,603 000000000013d4365cedd9db35aab3b85feb37b0f274cdfba28bcaa1d4240069 0.00 MB 2 0
86,602 86,602 000000000029a87b8215b370a1491100e2ef31d4c9b419612b67d392f2099474 0.00 MB 3 0
86,601 86,601 00000000001afc5a19432c9940f90ce79aaef71fcb8813ac17c8fb7f2507bc62 0.00 MB 1 0
86,600 86,600 000000000024d20916e4d935b72708b0c4c926bca65676c2cc9964167aa2806e 0.00 MB 1 0
86,599 86,599 00000000000490e6a2a4153ed64c6eaa6446780db02d8b6bbbd5caddf1bda823 0.00 MB 1 0
86,598 86,598 00000000002166ef3de1032dda8176f1e1e28044edf41c096f828d7841bf3293 0.00 MB 1 0
86,597 86,597 00000000002c30744feb8f7813d903bc88df082cc1ddca18a2f7b02186842c3e 0.00 MB 2 0
86,596 86,596 0000000000148d00b34a726174e27bd3725c880966703e37b159bc30ffb9dc47 0.00 MB 1 0
86,595 86,595 00000000001450814b9590d976e137e5d1912aae7b70a01bf0d6e67f9da2387a 0.00 MB 2 0
86,594 86,594 000000000000ea0427de50cddb2ca4fbca5094e48266d3d9987d32a0dac8f16b 0.00 MB 2 0
86,593 86,593 00000000000ee164171f7e1ebe20a3fe4994cee45153c333d360b8782bd94b18 0.00 MB 1 0
86,592 86,592 0000000000152c1c349912dca0355f5650a6eb0dbcb164c263053ca13dc48251 0.00 MB 2 0
86,591 86,591 0000000000210f6901c77b4be27911b3ab63b5c208aab2f073447e10d83a4c04 0.00 MB 1 0
86,590 86,590 00000000000e60930d1d7af35055bf7cc1ec8a074a565cc16ddd081d88b6ebff 0.00 MB 1 0
86,589 86,589 00000000000129a854ff23a4041cb7b5462bf9ce658497dd5e97862d7c487c8c 0.00 MB 2 0
86,588 86,588 000000000012bb211e27beb9f42cd5387c54b045a9dd4083fb4b47c49b7ee1e0 0.00 MB 1 0
86,587 86,587 000000000014bb08464b5fa4b103b3a8359734cda3384342fdafb2e459398162 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.92 GB sent, 102.79 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.