Memory Pool Memory Pool Refreshing

63,454 transactions
30.99 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,561 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,372 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,560 (121,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,015 741,015 000000000000000000006bb565bb1a376a132eb24b50c0c2b715cf61a968d1eb 1.59 MB 2,053 19
741,014 741,014 000000000000000000034eedb600c4cbab78817a1acb6798cac0fae3d3676704 1.55 MB 1,433 18
741,013 741,013 000000000000000000076250c85ec2e73dac0b4980cd9887b29156a7dc139784 1.42 MB 2,787 29
741,012 741,012 00000000000000000008a9534b95af25fbd6222c170090d78bf0320a106fd319 0.55 MB 822 16
741,011 741,011 00000000000000000007b9df33fd6939e8cb47ec51a458561d99b5ba607feda5 0.96 MB 1,425 11
741,010 741,010 000000000000000000071719358d8fa3951314c2e9ad960ce499bf0d89b2c28e 1.54 MB 1,855 6
741,009 741,009 00000000000000000003dd73e7016d8110f67e71014a14da939fca4ea886a47b 1.50 MB 2,104 13
741,008 741,008 00000000000000000008ae0019372ee154a3106eb06926bec4f2142241e662ce 1.38 MB 2,761 29
741,007 741,007 000000000000000000031193b4f98d714f1d4297b33e6f5712875dfdaa55060f 1.37 MB 2,364 28
741,006 741,006 00000000000000000006cc5387f01bb0a8fa049af777f28de46987530d8e5caa 1.14 MB 1,415 20
741,005 741,005 00000000000000000000af1fc7ba45328aa4f7047698ca68c1199d2980087c66 1.50 MB 1,662 4
741,004 741,004 000000000000000000083d16213b8585e3639b2ada215a7f4f520de797c1a739 1.45 MB 2,822 25
741,003 741,003 0000000000000000000223ca757b99b1972b625e6068c09e69c2f657275e9176 1.49 MB 2,806 22
741,002 741,002 0000000000000000000913afab06939d485c3044f0d13432a5c01f6ea5913ec7 1.96 MB 1,193 8
741,001 741,001 00000000000000000001c776a3ead1cf970a0919c3cc2da97c601df8d0c6e613 0.82 MB 919 14
741,000 741,000 00000000000000000001a14b4008f3110e3941f07626fe7f2d8ddfdb6091e8f0 0.12 MB 147 24
740,999 740,999 000000000000000000068aaf738afbe8d801fe14a61cc35ee2d35ba8fad05b1e 0.11 MB 130 25
740,998 740,998 00000000000000000005298b4272ad61f66ede6e4dc7e2af73e5d5f5d55a1df1 0.91 MB 835 18
740,997 740,997 00000000000000000008310acd3d06c19c59d771939a5b91123decb6a48c479f 0.99 MB 1,426 8
740,996 740,996 00000000000000000002bbfdf141039eb29060380abcadc4e613913599e57004 1.55 MB 2,622 27
740,995 740,995 00000000000000000002ce3b9d3d434544084d23eb17c9897185018543724aa7 1.39 MB 1,956 14
Previous 10 blocks ↓
Total Size: 685.24 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,374.65 GB sent, 107.28 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.