Memory Pool Memory Pool Refreshing

59,923 transactions
25.06 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,047 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,109 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,046 (52,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,019 810,019 00000000000000000001a523fc43ef2dd5192910cb070cf99f4c47107d460a8d 1.37 MB 2,074 17
810,018 810,018 00000000000000000004aeeda4c95ba9eb87a2a3d8cbe56cc33cac8289cb45e2 1.42 MB 2,955 20
810,017 810,017 00000000000000000004280de99dcb0af6f9a50d015f69919ae1090043d3d7db 1.68 MB 1,686 11
810,016 810,016 00000000000000000004c68ffb3e7067fadf1914c123aa7e0030b321fb25532d 1.58 MB 3,108 18
810,015 810,015 0000000000000000000420c6f9676d3b9ea716b5f28a8ca398d5436a2ad9ee23 2.38 MB 1,506 7
810,014 810,014 00000000000000000000e2da77040061708fa167a1e60ddd00953ba587b590df 2.04 MB 1,543 11
810,013 810,013 000000000000000000024ddd50a1c4defbb1431cf0a31c49585f4ece8438d70d 1.61 MB 2,261 17
810,012 810,012 00000000000000000004899867a3391a2a66fb54785733c3547ed9ceb10fcee6 2.06 MB 2,736 11
810,011 810,011 000000000000000000049c277ceeca9be21c843da6595ef4d883a7a5bf10a948 1.96 MB 1,819 12
810,010 810,010 000000000000000000018c008fb2c72d6a074e105e8fb7b2ffb643178546127d 1.58 MB 2,680 19
810,009 810,009 0000000000000000000237e28c5aed59800cd321df5b13e5a245ccff8347dc31 1.93 MB 2,725 15
810,008 810,008 00000000000000000002b3769ade75ee55721890c5dcb56303a4c31d6d83e29c 1.87 MB 1,543 8
810,007 810,007 000000000000000000025d1afca8e6dd3ff141e8137f9be65585fd5c93be7d8f 1.51 MB 3,787 33
810,006 810,006 0000000000000000000386e12ac80614d5faa5d60358b4300af41539bd8822a4 1.54 MB 2,359 18
810,005 810,005 0000000000000000000166b52079c2626a7a20ca1193dcb3a9ebaa434f62c7fd 1.93 MB 2,253 10
810,004 810,004 000000000000000000047edd0e6ee48c1a443fc9fde2119245eacefdd331b321 1.36 MB 2,544 31
810,003 810,003 000000000000000000035deb2fdd12304f42e58a233ac5b6fb76fb65205798ea 2.06 MB 1,819 11
810,002 810,002 00000000000000000003bb84be35ab9eccedd208514eb61049221c2c61c1217b 2.06 MB 2,410 7
810,001 810,001 000000000000000000039a8e7b7302e427c1f82aec76dd2839e2720ee9ee7f63 1.35 MB 1,091 3
810,000 810,000 000000000000000000028028ca82b6aa81ce789e4eb9e0321b74c3cbaf405dd1 1.82 MB 1,690 10
809,999 809,999 00000000000000000003f15e02dcc90bd80a270e541bf894ff650d193d491fb8 1.80 MB 2,726 20
Previous 10 blocks ↓
Total Size: 684.25 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,330.82 GB sent, 100.04 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.