Memory Pool Memory Pool Refreshing

39,199 transactions
33.33 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,559 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,572 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,558 (30,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,042 833,042 000000000000000000007b239a5e944b9525ecd657915f4073ce015900d89872 1.78 MB 2,950 56
833,041 833,041 00000000000000000000ef42430995eeb8907d77049c8ef5b872ebcc069701f6 1.75 MB 2,840 55
833,040 833,040 00000000000000000002a3c641440a73d29792df00e394242e3a34689fcff862 1.59 MB 2,753 66
833,039 833,039 00000000000000000003886092c71a7bbe8781f3d268a3ce792dbe63d0bf6cf4 1.66 MB 2,534 62
833,038 833,038 00000000000000000001649e47cefb11f53c9e995732dc22a2dccf40959761c1 1.78 MB 2,923 45
833,037 833,037 000000000000000000007cad14c954e25ec32805b4ec830484a299447b5cebc6 1.96 MB 2,491 36
833,036 833,036 00000000000000000000fc862b32738227ab1025bc37204213d331c7c6fbec57 1.76 MB 3,217 44
833,035 833,035 000000000000000000031dd7a60fac5fb9285856b6f22d407ac6655de0e6f172 1.72 MB 2,977 39
833,034 833,034 00000000000000000000360576bbd75fde15632959c9a9aa942155703a83915c 1.73 MB 2,257 63
833,033 833,033 000000000000000000006c96777ad04b96f6460087ec0d4a88ebc7629e19335f 1.71 MB 2,655 46
833,032 833,032 000000000000000000023cd3ec8a741b9ee4b35326d074e2066d31cd39765d97 1.58 MB 2,855 55
833,031 833,031 00000000000000000000dbe4a43e6b7f3e3f79e0d5804067e4275f8bdbb3ec4d 1.90 MB 3,342 23
833,030 833,030 0000000000000000000005d5d521ccf15be7dee312d251e6ba8b5be1d8192476 2.06 MB 2,803 20
833,029 833,029 00000000000000000002916bde0bdc4d15c332eeff8cfd1ca7cdcba71a8854e3 1.91 MB 2,967 28
833,028 833,028 000000000000000000000cd10966896abe486970fa21fab4e76ccb35a88a61dd 1.91 MB 2,791 27
833,027 833,027 000000000000000000029b2c27ff74af44bcf550fde8a904b6309a15189cb701 2.11 MB 2,550 32
833,026 833,026 0000000000000000000091a08998507b595bce62558ec969117e5dc9d985f7f0 1.83 MB 3,040 15
833,025 833,025 000000000000000000004cdcc3536b5ece3c14cff75fd32e2798e0c5d8853fa3 2.02 MB 1,900 16
833,024 833,024 000000000000000000011c6375cff27d30610b3d7a8f2bf6962e6ea30b7d0c8e 2.05 MB 2,533 35
833,023 833,023 00000000000000000002459d9b8fa586778710d6ebe5ea53d367ef07bc7fdc97 2.52 MB 2,076 21
833,022 833,022 0000000000000000000144fad393b76ff5af9548a0cc5b73d6248a361fca1714 2.09 MB 2,574 20
Previous 10 blocks ↓
Total Size: 687.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,509.70 GB sent, 120.05 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.