Memory Pool Memory Pool Refreshing

6,594 transactions (2.70 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,403 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (904,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,636 4,636 00000000940ff65f8a4e61cfbdd89d1aedb9942fbb77026be03807740ed54c89 0.00 MB 1 0
4,635 4,635 00000000e799142d9486756e81dd9c5af9d3e560b8f7f9ac1e14252031418f60 0.00 MB 1 0
4,634 4,634 0000000041f9574646b9b48ed553f1dd1c59c05c3a056eca10d691823eec7a06 0.00 MB 1 0
4,633 4,633 0000000012659c5e938e30ed5139aac38f75ee4a43340c2436f910e9cd2172ba 0.00 MB 1 0
4,632 4,632 000000002800b02f583a57ab53087bea451361d6592fc9c1f34e62a9a629dc5a 0.00 MB 1 0
4,631 4,631 00000000b55a63e6574de916a03a14f0afaa33d10e231244d9fb6146f6addd63 0.00 MB 1 0
4,630 4,630 00000000baa772b57e548c10d8077b514d02e7a18eb9ef5bebe0c401a08274cb 0.00 MB 1 0
4,629 4,629 00000000cb22ba2add4f6f5c03211294d92d8663846e6a90380d1f0e1eb1539c 0.00 MB 1 0
4,628 4,628 00000000db45860b18546aec1ca2a4105cffeb2800772d36bb6abf1cefda1450 0.00 MB 1 0
4,627 4,627 00000000c002740f01ade8189de73cea29b280f6811ef056df387b873dd8bfcd 0.00 MB 1 0
4,626 4,626 000000006e28abe332fa2c0f959eb1e35afdd1bdd0484b50df2090b0d6635124 0.00 MB 1 0
4,625 4,625 00000000552bbfd847afa166607c9c91349b5ec62e42a1c52cc5704d933182ad 0.00 MB 1 0
4,624 4,624 0000000055156abeea523f65997cbf0a950a8364d3bda7ef1ea190dfd3842761 0.00 MB 1 0
4,623 4,623 0000000097d58f75cb49c3e56951672c32ab0c03b99cf6a16aed4cab43f42853 0.00 MB 1 0
4,622 4,622 00000000fe1bba981554c507b4cb5024ab308a00753d913a9c6340f2048aeb1f 0.00 MB 1 0
4,621 4,621 00000000c5487434e302255857242cdf0bb3c9b6f3da74fd5190bbc0238f9d2c 0.00 MB 1 0
4,620 4,620 000000003865bb26cf1bc21a885718fc4209b1e37afee79c21216a03d9b36d9b 0.00 MB 1 0
4,619 4,619 0000000062579e4eeacb490ddf756e7b2034469087550dafbaf66a18304e3ae9 0.00 MB 1 0
4,618 4,618 00000000d0eb2b2e6e77dcf561b374e8e2beb30c5c162d3494b5d180921059b8 0.00 MB 1 0
4,617 4,617 00000000ae32028b9d10675807a89c14a8dda7017967af3b12a3c0e50de7cfc3 0.00 MB 1 0
4,616 4,616 00000000ef0938336d572b8404382fb7bb0b3ad46b5b665c8c08546c43c77bf6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.30 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,861.95 GB sent, 103.66 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.