Memory Pool Memory Pool Refreshing

69,890 transactions
26.61 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,019 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,372 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,018 (28,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,835 833,835 0000000000000000000345123713536f246179698f57dc0d504475bdec9ecd7c 1.66 MB 2,585 23
833,834 833,834 00000000000000000001a87cfb50d534ed1a4cf33997a78224f20728320a5c9f 1.80 MB 2,233 25
833,833 833,833 00000000000000000003475d7e6ecf6b021078e48c485c32b467c8407dac6a8c 1.82 MB 1,989 24
833,832 833,832 00000000000000000002face399e516bec1bfe75a9325eb57042194d9400f3eb 1.41 MB 1,343 25
833,831 833,831 00000000000000000002f60a349fa2adaa3617f648e73f9e59cdc4980c6314be 1.79 MB 2,511 30
833,830 833,830 0000000000000000000283a2241faaf249772d1419326fb2377517d8b08ace9e 1.78 MB 2,664 32
833,829 833,829 00000000000000000000a2defb1a2e0d43e14a7015dc4ed68b4b048d720ceaa1 1.56 MB 3,067 20
833,828 833,828 000000000000000000026e167430e2694b73cfdd21252d9658acdc2d2423966f 1.51 MB 3,535 32
833,827 833,827 00000000000000000003500118e9b51a5323fa30d027512f7bb652a4c3a6c86e 1.73 MB 2,709 27
833,826 833,826 00000000000000000001d2d562f3330df2fa5d2235a1d93aa752530f806cdeee 1.69 MB 2,578 27
833,825 833,825 000000000000000000030f946f825af4639f4af7191177aa967a1bde6dfbf514 1.68 MB 2,628 31
833,824 833,824 0000000000000000000364920f7a3a6fe2421dc9960067980128762655d2854f 1.84 MB 2,032 51
833,823 833,823 0000000000000000000217c4390a7d9ae574cb339e75b6aa67ff015a5c0d03ae 1.76 MB 2,824 29
833,822 833,822 00000000000000000002b7a133d495f569909e0996a6af2759354697263929bf 1.83 MB 2,855 37
833,821 833,821 000000000000000000022bb2de197db1b71c5d6334db59e65d417059e9446b7a 1.49 MB 3,490 37
833,820 833,820 000000000000000000013bd05d10aaaf0d846b27b175e05813cec60b7d091eaf 1.74 MB 668 13
833,819 833,819 00000000000000000000fa691dea0ff6506fe55db3d43891be8d4340608a78d7 3.33 MB 791 15
833,818 833,818 0000000000000000000102916a332bbb2f4573afeb41aa4188635fdd5cfa8f34 1.97 MB 2,407 15
833,817 833,817 000000000000000000028b15f2789d91f7f6547c4750cf6057027fcbb5e9f9dd 1.64 MB 2,774 28
833,816 833,816 000000000000000000005fcc07ef9237ca2967149f55d3185e1452df8cd85715 1.61 MB 2,697 26
833,815 833,815 000000000000000000033caca98984aa47068beceb11420e175fbf0b2b8c3520 1.55 MB 2,845 41
Previous 10 blocks ↓
Total Size: 684.20 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,329.85 GB sent, 99.74 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.