Memory Pool Memory Pool Refreshing

46,332 transactions
24.14 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,228 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,227 (27,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
841,929 841,929 0000000000000000000132c3aa093a47d5572ac7a1051ff8647f19f1cacb1a93 1.85 MB 1,517 20
841,928 841,928 000000000000000000004ba8c54b79c10096224334b73bb4c31c36f3ab33f60f 2.04 MB 730 18
841,927 841,927 00000000000000000001a040ef6ae0204c831cc2ac8f671d7d7343c3e34c0da6 1.89 MB 1,922 20
841,926 841,926 00000000000000000002b83d2aba4a3ff2f61227c8d92cb5b6374449e3734024 1.59 MB 3,168 22
841,925 841,925 000000000000000000021a5381e3b381e90be661252a7310c9b57513e13478d7 1.40 MB 3,050 25
841,924 841,924 00000000000000000001f620fad562e520605920687bfbeb06de5d9c910d7a32 1.49 MB 3,409 31
841,923 841,923 000000000000000000013a08ee5f9a99972d2e3ccf0c7bc74b74f987b190c50f 1.55 MB 3,650 27
841,922 841,922 000000000000000000026973e7ee32a58cb01e6e0f959909f946af1d33264387 1.61 MB 2,987 19
841,921 841,921 00000000000000000000498667f25ed9f7a8cc8452e17cb3007c759388d40a8a 1.56 MB 3,116 35
841,920 841,920 000000000000000000010e47fa0f5b39a13f214e0e6810c2a7125abfbb081ecd 1.68 MB 3,216 26
841,919 841,919 00000000000000000001142e0ee55009ec85d0f0a4dcb5fd7fa7d60c819c67da 1.63 MB 3,472 22
841,918 841,918 000000000000000000032be845c3569e18c585db8db8d2f2bb926b109ad0c4e7 1.49 MB 4,385 28
841,917 841,917 00000000000000000001a4d718b9f30ea8b0d393e5f5d428a10f6b4c1028cf9f 1.54 MB 3,733 34
841,916 841,916 00000000000000000002f994f2c0fc4449376c53019fb6150f314a101762c3d5 1.82 MB 2,526 12
841,915 841,915 00000000000000000000bd81aeebedb9e1688671329f3bb297400fafca6e8d4c 1.55 MB 5,830 15
841,914 841,914 0000000000000000000205778cea525a41a03b32abfb5e025621dda107e49c75 1.73 MB 5,096 16
841,913 841,913 0000000000000000000224a1a2edc6cf4ce76df645a0bc9fae95573fe251489f 1.58 MB 4,235 14
841,912 841,912 000000000000000000009fe6bc056ed6b688927a04a3a3b0897410eaf241e5f8 1.41 MB 3,004 22
841,911 841,911 000000000000000000012838f687a6209d466b38a26108e125fbc35c8f778cd4 1.67 MB 3,353 17
841,910 841,910 0000000000000000000221f91538dc684f74f6fe85fd4b53cbae0bc84c5d2c35 1.60 MB 3,815 26
841,909 841,909 000000000000000000030880401c16853c8e317a903683b4569a6092129ab600 1.92 MB 1,839 31
Previous 10 blocks ↓
Total Size: 698.00 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: 2,066.35 GB sent, 197.80 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.