Memory Pool Memory Pool Refreshing

23,254 transactions
30.51 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,811 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,810 (83,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,112 779,112 0000000000000000000299f7f8a3c6fc7f2bd76833288a5addb0949240413261 2.91 MB 1,706 9
779,111 779,111 00000000000000000001b63d548820d2d3b4a8dc44c2605da9b07a372d776290 2.51 MB 1,991 6
779,110 779,110 00000000000000000006494cf3fd67999dcf39f273a2b125c09efba7f9b9bc0b 1.56 MB 3,402 29
779,109 779,109 0000000000000000000344bdc41d9241bea36df732f52a8238203036eb13566e 1.99 MB 2,055 11
779,108 779,108 000000000000000000064fe28b7727a2221164ad1c4ca527e61afdc0b66b3753 2.37 MB 2,427 8
779,107 779,107 000000000000000000006487f1160cf435215cd6eedbb2f84373efe8030ca1a6 1.75 MB 3,136 22
779,106 779,106 0000000000000000000337f8f6f567a21680c11ad57a9bda9721eef94ea60642 1.99 MB 1,926 10
779,105 779,105 00000000000000000001b9add9ff682b1165e92ba0333bbc5e7356524b3a9e13 1.50 MB 2,349 22
779,104 779,104 00000000000000000005fee975c65305f2f5f5ff81a10ea9751fd47c435737a0 1.49 MB 3,756 26
779,103 779,103 000000000000000000053a88772fc6a73c4e53eca9ca4e1c0bd9ab0fe2175512 1.48 MB 3,819 28
779,102 779,102 00000000000000000005c6f1588a00a80166be2fe9a880dfc3d7ae995f7ebf46 1.37 MB 3,027 35
779,101 779,101 000000000000000000037b05cb4a46643865738b0cc4d3fe5771630f8aa25c69 3.02 MB 1,303 11
779,100 779,100 00000000000000000001e73ceb4b160c295edfb5205dc95993f397aadf6a72d8 3.07 MB 814 6
779,099 779,099 0000000000000000000434c78a4984e15b05e2b29b8d912e8d8242531c82f6ef 2.84 MB 913 3
779,098 779,098 0000000000000000000404cc0f9f6b24dc189db06d369f014894931ae49bebec 2.20 MB 2,116 4
779,097 779,097 000000000000000000050bf49a805ebf7c0b083022105eff03cd1ff5f9d98d82 1.78 MB 2,596 17
779,096 779,096 00000000000000000000c0ac4652c12ca9715881e142ced9fc56a20ea1b1ba41 1.62 MB 3,607 25
779,095 779,095 00000000000000000004753171ca3d97748b43dbabdc7c210b305a03a9c4f688 1.53 MB 3,850 35
779,094 779,094 00000000000000000001bff4b4e3b2e0ce76eee323bfa0f0105ccc50ea327eec 1.33 MB 1,247 12
779,093 779,093 00000000000000000005c8b17136c0e1705333483bcec7caaa57d795997425ae 1.57 MB 3,473 27
779,092 779,092 000000000000000000007cc0263507b80751b1cfcbcdcaadb0846b4164dfcc4a 1.41 MB 2,343 34
Previous 10 blocks ↓
Total Size: 685.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,401.22 GB sent, 110.26 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.