Memory Pool Memory Pool Refreshing

892 transactions (0.25 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,093 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 881 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,092 (838,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,014 71,014 00000000010ae0a5daa847106137ded1d7efff3a1e5978ef16d29b8dab63a657 0.00 MB 6 0
71,013 71,013 0000000000844c30ebcdf9107492bf4f03e37f0f9c14a9dc4aa81b4e8951d139 0.00 MB 3 0
71,012 71,012 000000000095843661d456a37d47a7fd814b88c77447948027ddd5305537db12 0.00 MB 5 0
71,011 71,011 0000000000ae34e4ccdc077a6522592902bbc8ec7875bff5c43ce438a1bce4f0 0.00 MB 2 0
71,010 71,010 0000000000e718251284b7e7167d1a6151a1bea6a49df0f9e329f26c5e8ef7b8 0.00 MB 1 0
71,009 71,009 00000000000d33a420395d73c5234b57c02285013aac29723d3134cae158dac6 0.00 MB 2 0
71,008 71,008 0000000000363ff688f9b8e6b408fc8731598e5f271d6d4d068c3c8736654bec 0.00 MB 4 0
71,007 71,007 0000000000a0aeb3743bba530cc65bdba08cff01a2d3e8d9055d1fd2d4148ec9 0.00 MB 1 0
71,006 71,006 00000000008c41d54e67172f16122be5da88b9428c74ac3f762c6920ec08d44b 0.00 MB 3 0
71,005 71,005 00000000005c0d6332ead0069cc5bb5ca26ff1bed868fd5d704e733c1e0a3a98 0.00 MB 3 0
71,004 71,004 0000000000dead7db28e7e0274444225e917958b8fb3bc877fcbbb69b94a9967 0.00 MB 6 0
71,003 71,003 0000000000ade3afb4e06f968d034cddfed0deb2960f0d208f35aace2eef4cdc 0.00 MB 1 0
71,002 71,002 0000000000ea726460e4a57af93fe49c855940b50899b70f04fb9570748986c7 0.00 MB 1 0
71,001 71,001 00000000008fbf55c91ab1e83f995edfebd2302ec9b711705e02d91c0fdc8a7c 0.00 MB 1 0
71,000 71,000 00000000003eea76022498376477294a921cfabeee70f0630ce0fd45dc22179b 0.00 MB 2 0
70,999 70,999 000000000049ac944a7e321546d0be1b480701d6ae1ab3b320fe674eba5fe255 0.00 MB 2 0
70,998 70,998 000000000093b1f273e3f72519efa7a48a36a563550d8d9fe28af1ee096c4928 0.00 MB 2 0
70,997 70,997 00000000001f9369f5775b84ebe9c2d70eb4de089a457751fbf595642112d2c0 0.00 MB 1 0
70,996 70,996 0000000000cc6ebd9c9eec94b892ae3e161da7e3c0dfb873c655532e156fee67 0.00 MB 7 0
70,995 70,995 0000000000b136f7b8cd5d250a53bc9e53060e48182e06b37520e9ab8f343413 0.00 MB 2 0
70,994 70,994 000000000017a17bedb4f3fca578b6d3d9fc5f53df6b9fdcd3e372b0b4026bb4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.72 GB

Node Information

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