Memory Pool Memory Pool Refreshing

37,216 transactions
31.40 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,379 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,378 (156,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,671 705,671 0000000000000000000421c961d13587bcf3746e7ce4bcb4bbdac767775fb51f 1.49 MB 2,676 5
705,670 705,670 000000000000000000062ac07df2a4589c27e0f618464592a71fa14880bad972 1.39 MB 2,734 14
705,669 705,669 0000000000000000000204abe15f8ef5ea227afe4880ac244a24b9ae41e77852 1.48 MB 3,186 20
705,668 705,668 0000000000000000000c42baebcf8fc4a63a9d6ad6e5ab83cf3213eef28f8405 1.23 MB 1,589 8
705,667 705,667 00000000000000000000f3aeb7a955943692fd1d02ffcc0b77e7930b7ea05610 0.43 MB 800 10
705,666 705,666 00000000000000000001175a6020d0631ee4e4839774e5cb6c4f6f765e638800 0.91 MB 1,503 11
705,665 705,665 0000000000000000000afba244f7c2e8cd0d79a21e4d5e7a5ae2a27e4ead8c93 0.83 MB 1,703 14
705,664 705,664 0000000000000000000d2768b8b169d9c2de40ca2a049e2a0e6d831a23817d8e 0.15 MB 185 4
705,663 705,663 00000000000000000005002c463de2267f8f926a0d95293ce2f3abcacaaead64 1.58 MB 2,220 8
705,662 705,662 0000000000000000000c047c6f031d09506018673eb06c8f1c75cc8d56f6ab13 1.61 MB 2,338 9
705,661 705,661 000000000000000000043a309f4caf4b038868d41ac27be677a298c98e52bde7 1.58 MB 1,940 3
705,660 705,660 00000000000000000009820f0abd380a435f85ae009ee0c0e0cf95c02da197f3 1.41 MB 3,020 5
705,659 705,659 0000000000000000000816b79022817e6e966859bfcc2b6c192c9bb0dfb1f654 1.52 MB 2,822 8
705,658 705,658 000000000000000000065f6755d689cf2be2c460c77c4b305936c6e23901b861 1.45 MB 2,495 15
705,657 705,657 000000000000000000090165c547c5adcb4996617c8870658cca2573e648881f 1.27 MB 1,690 11
705,656 705,656 000000000000000000099302eee9aa0eed3f78eb01fac362262faeded3f53e28 1.58 MB 2,281 7
705,655 705,655 000000000000000000041ce1ae5607853e40339a27f4c56e4af0a698cf50b135 1.43 MB 3,063 20
705,654 705,654 000000000000000000002f76f85ac5d4dfd7cb9aecd5648b58dd5807dd70d0cd 1.42 MB 2,698 27
705,653 705,653 00000000000000000009d7f88f3e50457373f6578c445c48a4e7f3993fd941be 1.50 MB 2,769 18
705,652 705,652 000000000000000000057fc134fa98a746db12310e3a753f7d465bec88ad248f 1.25 MB 584 2
705,651 705,651 00000000000000000005cd8d05d8fcf60d8781a2e5a677c94d2333d95777f33e 1.38 MB 2,111 11
Previous 10 blocks ↓
Total Size: 684.88 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,366.23 GB sent, 104.20 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.