Memory Pool Memory Pool Refreshing

39,132 transactions
32.27 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,523 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,448 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,522 (120,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,926 741,926 0000000000000000000172017993a720b11bd7ed7a49cb612b7e09e9cd8f5990 1.55 MB 2,236 13
741,925 741,925 0000000000000000000373adb7849c6a4ce5922e0f071c692d09ab9969e6892f 1.32 MB 2,533 23
741,924 741,924 00000000000000000001b4323f2244eb848aadee999a1ba9f3f60e6e7c222b4a 0.47 MB 776 15
741,923 741,923 0000000000000000000983ecca87f0fad3e84383d4b6541c821d354ffc9a03b3 0.07 MB 168 18
741,922 741,922 000000000000000000050ad3700bb649b7707403115e677de2f5ebd744576f04 0.93 MB 1,803 15
741,921 741,921 0000000000000000000520a65461e3db3a3a290e437249e7b0df293aaa090b2f 0.75 MB 709 10
741,920 741,920 00000000000000000003d6741f6daa7f4e05069e8102edf3f895d476e19f1db8 1.58 MB 2,236 13
741,919 741,919 00000000000000000000dc567fbc58a6a80500db0cad57936e3b68c010619b8b 0.72 MB 1,442 16
741,918 741,918 000000000000000000094ecd9876ae03328faaa9f05e475c5113a02339c1b699 0.17 MB 365 17
741,917 741,917 00000000000000000005b13c0b86de711b3eb48b317a8fed1e84b3934f55e96c 0.21 MB 273 9
741,916 741,916 0000000000000000000643c03c8b8dc5f7fba98d9e1d889c0d8f84f953e18127 1.71 MB 1,737 5
741,915 741,915 000000000000000000012c6aaf9d707e0888d8e305cd0fd255aa935b77b095b7 1.35 MB 1,562 15
741,914 741,914 00000000000000000006cda0019fd5f906ccca8c58b0aa1f223ba47a178745ef 1.16 MB 1,211 23
741,913 741,913 00000000000000000001d319fb84721f270a986c67038f064c64f8f76293a6c0 1.66 MB 1,630 9
741,912 741,912 00000000000000000006fc80dae9b84b3d5207eb20aaaa8553a10f3b41e1b88a 1.71 MB 973 2
741,911 741,911 0000000000000000000896b6a7fbc419f631f2ced798bd5a4c63d33ce6002440 1.78 MB 970 4
741,910 741,910 00000000000000000006be8aaacbb295d337cb7ed20059ab693cdd5b7a6165db 1.49 MB 2,884 16
741,909 741,909 0000000000000000000636d484eb008fab5975114ff2e5086639bf6e12da724e 1.75 MB 1,282 6
741,908 741,908 00000000000000000000fa9df74a3d849d9607cf6a716c4226f911025d0bbdf2 1.52 MB 3,162 16
741,907 741,907 00000000000000000006c0371401a8e4a9d6de32e44848d9a7de15282e88fd25 1.51 MB 2,765 18
741,906 741,906 00000000000000000006f05def4177dfe2f1fba14c62309c6b74d3e542796145 1.62 MB 1,286 5
Previous 10 blocks ↓
Total Size: 685.16 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,372.73 GB sent, 106.59 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.