Memory Pool Memory Pool Refreshing

66,889 transactions
35.43 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
872,460 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,807 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,459 (422,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,853 449,853 0000000000000000020d13405d321df1ec633d9c5e2a2de588dd9665284c08f7 0.00 MB 1 0
449,852 449,852 000000000000000000e8b32e4fec3cc8077c821ec681df22686179469ae7d11b 1.00 MB 2,847 92
449,851 449,851 000000000000000002c20d29d123db1d68ad2410adbc3aeb331f503612f33988 1.00 MB 2,666 97
449,850 449,850 0000000000000000025459765aa783cf67e7cdf912b678d7db7f133d6218b220 1.00 MB 3,310 74
449,849 449,849 00000000000000000178c206e54ab657ef7efc2effe96d4c0ac4444f11f48d79 1.00 MB 2,165 100
449,848 449,848 000000000000000000e6d20bb7c873d92a5a0dea0c2cb4967b9a5f8d5583945f 1.00 MB 3,583 69
449,847 449,847 000000000000000001f57935b616b41584aa51e2c4cd027da96d39f842eea61a 1.00 MB 3,150 75
449,846 449,846 0000000000000000026147b629b0232276ffe2e21f720f62e1f3cf3f9de8aecc 1.00 MB 2,280 95
449,845 449,845 0000000000000000016146292ed9a5127c7553b695cb0f7c2c6eb370e816c38e 1.00 MB 2,403 69
449,844 449,844 000000000000000000852886f8f1e1bae7a7a52d611b234dd6e9db2d970a8d4e 1.00 MB 2,641 91
449,843 449,843 00000000000000000027fc4b740f4d1e2b90336ed7cbd7a1dc7b8d44fb4227b2 1.00 MB 1,355 114
449,842 449,842 0000000000000000027124730026ec8ea4c28ff628dc3693f3c1a3c9ab104b56 1.00 MB 808 101
449,841 449,841 00000000000000000108aa567c7c134a793d0c400f5bcccf6b98b851d8450cc0 1.00 MB 1,740 112
449,840 449,840 0000000000000000025a77fa38e44027e46445355f462a7c85ddd90a05d29925 1.00 MB 2,232 124
449,839 449,839 000000000000000000c46b5fcdaafe9bc0a7a44f6b9c46f91beb5edeaa2fd6de 1.00 MB 2,436 116
449,838 449,838 00000000000000000192aec38e358f7bd07c33710626051a4fd06f517e0cca81 0.00 MB 1 0
449,837 449,837 00000000000000000201dae0a00449c052872f2fa1daa86b98d7270dc8726003 1.00 MB 2,599 72
449,836 449,836 0000000000000000027d5fa6ab8f8330b4602f7ab09975ba7d5cfd9c7b01431c 1.00 MB 2,597 117
449,835 449,835 000000000000000001eedb2a335bc3d7d3e3dc07d032a04139416da11c7e677a 1.00 MB 2,342 99
449,834 449,834 000000000000000002b73d6b488f410fcd9dd0f8e4f0589974771c3a6a0e53e0 1.00 MB 2,547 90
449,833 449,833 00000000000000000099b7cf7176bf2e85ba0f1ced090cf5298deade621fc6da 1.00 MB 2,330 96
Previous 10 blocks ↓
Total Size: 704.06 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,641.04 GB sent, 238.31 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.