Memory Pool Memory Pool Refreshing

69,322 transactions
25.95 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
861,989 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,326 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 861,988 (64,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,860 797,860 000000000000000000021f435a3f48d128d7c9c0eda9ca36486436c4b520754a 1.49 MB 2,149 13
797,859 797,859 00000000000000000000a20a8603cea3bad9e71fb956985e94e944920235bfc8 1.57 MB 2,739 6
797,858 797,858 000000000000000000010def9b5e81301a1b3c2f8603109c4a981ce025a69fb1 1.97 MB 3,531 4
797,857 797,857 000000000000000000044916f1495736e23be9b14f653e5ac1c5924b98c2c1c8 1.72 MB 3,684 6
797,856 797,856 00000000000000000004aa897344bc2e12f532e9da92c9646c11c434ac16d2a3 1.70 MB 2,782 10
797,855 797,855 000000000000000000022e1ded4475247a47bfa02df64ee54126580f39aa4ac6 1.45 MB 2,182 10
797,854 797,854 0000000000000000000265bbd15256aa1dea68c0a0b9bef11ec09ae43213e83b 1.35 MB 2,059 13
797,853 797,853 00000000000000000001fd0aea6804964851dd115651c3bd538a8da7a865df2c 1.40 MB 2,485 17
797,852 797,852 0000000000000000000275abc0039ebd0e893f12788c212371bd9afb06a5985b 1.63 MB 3,000 6
797,851 797,851 000000000000000000018d5f5bb5249cc10cb46f5210ef418abf917c0cfd1a92 1.37 MB 2,078 14
797,850 797,850 00000000000000000004edb0352e9a870a14a978e4543d8d70c8c62d9b53636a 1.79 MB 1,473 4
797,849 797,849 000000000000000000033fff3fcbddc725f048a85d428f128b709a98723f6abe 1.87 MB 3,831 5
797,848 797,848 00000000000000000001d968104abdd523f6c28660f1438692a075c11cd224a5 2.13 MB 6,965 3
797,847 797,847 00000000000000000003a0e20247829a2f63499a9c81622f397ca8dd76cce5e3 2.20 MB 7,264 3
797,846 797,846 000000000000000000049e02abf7603700c9a6bb3f6a031a42d4c8a54a3c3c76 1.72 MB 4,191 6
797,845 797,845 00000000000000000005824eefca894579455c433b89d64f890a5b5d21e8223a 1.74 MB 4,057 5
797,844 797,844 00000000000000000004f29e5d6c8bdb8c6dcb18e45293ae525b132d00a3217c 1.88 MB 5,323 3
797,843 797,843 00000000000000000005596d655eb75d52c0bb603e519515952ef5aa6b314a8b 2.06 MB 5,595 6
797,842 797,842 000000000000000000047d6e72dd6e0a0a1ac4e4101a0d89b625480162ba9363 2.19 MB 7,323 3
797,841 797,841 00000000000000000003858cab74c0165e9d1d86b42dde9a5bf18fa37023ae31 2.17 MB 6,194 4
797,840 797,840 000000000000000000053775394a257297767a2f3fbd203be4a808db917bb035 1.56 MB 2,877 12
Previous 10 blocks ↓
Total Size: 684.14 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,328.75 GB sent, 99.44 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.