Memory Pool Memory Pool Refreshing

23,999 transactions
34.38 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,899 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,898 (66,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,578 797,578 000000000000000000006710e75bcb4c868bd980617b95f5e02bc0bca1152bfd 1.76 MB 2,735 19
797,577 797,577 0000000000000000000487c45d5efadac127dbe57f86021e3ab2ec94cab3a35f 1.37 MB 1,565 9
797,576 797,576 00000000000000000002b46934d8550e8e15573cb12ddb37d1aae23ff2313b7c 1.62 MB 3,642 21
797,575 797,575 00000000000000000003961ff15f3c528de5582524c88a12209f2dd957da796d 1.58 MB 4,104 14
797,574 797,574 000000000000000000024e92c236e0e883a7a90e33a61fe38dec83ef9c712bd7 1.46 MB 3,378 23
797,573 797,573 0000000000000000000550a0b90367743c88a882c5379689aef9a4bea2bd1ad8 1.88 MB 3,622 7
797,572 797,572 00000000000000000002d710a153edce3fe784c1e1c51b53c5832e058f005990 2.06 MB 4,742 7
797,571 797,571 00000000000000000002c5ca14d9ad7649358db6f68b2d5d44ab4ccd6e718e6a 1.73 MB 3,121 12
797,570 797,570 0000000000000000000219ef46838a93c8b14882da0c441bcd1132808eab221b 1.86 MB 4,081 8
797,569 797,569 000000000000000000026d3b01c8156cc5a91dcbdf3eadc26d946e145ea95f54 1.65 MB 3,094 15
797,568 797,568 000000000000000000013e340d36dce4b72fd7a113b9936a9bea357a627ba07b 2.10 MB 6,279 7
797,567 797,567 00000000000000000004434eb5c1cd2d9446c6697e6b45304b2ef47967d45089 1.92 MB 4,855 8
797,566 797,566 000000000000000000002b7c8e371c90167e2af138be83a316e8af68e86125ce 1.93 MB 4,277 9
797,565 797,565 00000000000000000003f9429a123b501ea53396a124d177fa4f707d737b7c98 1.72 MB 3,952 5
797,564 797,564 0000000000000000000260d9f9572e51fe9f0dd9159a2cdc48407de6d4d00b2f 1.65 MB 2,844 14
797,563 797,563 00000000000000000005834abea82e9e8a8dcbc75dcf7c88c32b0271a057dd28 2.02 MB 4,471 8
797,562 797,562 0000000000000000000297ee2ba1e91d57313c1568e8a771db14a9085bc2267e 1.73 MB 1,403 7
797,561 797,561 000000000000000000025690fddb8ece3346ec7b94eb9570bbc7846f73b5b6a4 1.80 MB 2,563 11
797,560 797,560 000000000000000000051d36b41ca6f3d01766f7fbc62f7f9408961ac4329cb1 1.59 MB 1,909 15
797,559 797,559 00000000000000000001d4f0627135791c097194560466f78975c5c5707d8d05 1.60 MB 2,379 19
797,558 797,558 0000000000000000000036d58367da13524eef29c0cd017670f24f942be4dff1 1.84 MB 4,866 10
Previous 10 blocks ↓
Total Size: 687.83 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,526.43 GB sent, 124.33 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.