Memory Pool Memory Pool Refreshing

23,954 transactions
34.37 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,545 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,898 (68,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,892 795,892 00000000000000000004a2a32d962fa06115e6975c82d4e2a47856b828e20f97 1.43 MB 3,076 46
795,891 795,891 000000000000000000042116b2707d6a5fdb558b32be87b1c58e35ab76f8dc53 1.97 MB 4,481 12
795,890 795,890 00000000000000000003258a743c6203425ff435bf5795c73378ddbd78999d67 1.84 MB 1,943 16
795,889 795,889 00000000000000000003242e13356fd4b4ffc2ea0a313fd98d0a77b8bcf1a635 2.39 MB 2,323 14
795,888 795,888 00000000000000000003e62ddead53aabecb6c44302586710c2ead9b27733b07 1.52 MB 3,421 33
795,887 795,887 000000000000000000039538ecad8755144109543a42afbea6b152c07fc0fcdb 1.68 MB 2,307 21
795,886 795,886 0000000000000000000543283d95c6fbbfe10903de492b25f179f81fe0036413 1.58 MB 3,119 34
795,885 795,885 00000000000000000002a2eede72a022655dccfa35c93424aece8ade5245ec5a 2.07 MB 2,831 19
795,884 795,884 00000000000000000003acea3550774981ff233435fe7dab2c5e64dc40c103c0 2.07 MB 4,493 13
795,883 795,883 0000000000000000000246647f5c435090e61ca2c4d681bcb3f4d172c477ebf1 1.91 MB 2,888 18
795,882 795,882 00000000000000000000cedcd8c546fd20344fd31771210ae8909455752f0897 1.98 MB 4,023 20
795,881 795,881 000000000000000000030129ff02c7651bb22f2bcd0564b8dba182af940bb247 1.43 MB 2,014 18
795,880 795,880 0000000000000000000506f88cf81b3a2eb004cb8580e08a22cb8783fc18f877 1.40 MB 2,417 27
795,879 795,879 0000000000000000000111ca66d9baae2e7e0fcc2189fb57a72149d97d7f98d8 1.50 MB 2,941 34
795,878 795,878 000000000000000000014e734899b227c12e1e1db72c2770dcdd47c29a0c655c 1.56 MB 3,648 31
795,877 795,877 000000000000000000016247cb26857d32ed860724361c725c260c7d7cd5d1de 1.97 MB 5,008 11
795,876 795,876 0000000000000000000542b14f9826404866661d6402d1592790b56748ad390b 2.14 MB 1,956 14
795,875 795,875 000000000000000000037422376fe373f7dd90b0a791b29ede31aabc3cce941d 1.63 MB 2,865 16
795,874 795,874 0000000000000000000248173c6ffeaa286aa97ac862fb96e8547be15b515e07 1.59 MB 3,134 27
795,873 795,873 000000000000000000020befb9b88fb45033ce62abed6bfa9a188a4a91de7ec8 2.08 MB 3,508 27
795,872 795,872 0000000000000000000442bb12324574dadec4c8b90cdea8cfe1b22f083d08cf 0.00 MB 1 0
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.