Memory Pool Memory Pool Refreshing

36,445 transactions
29.54 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,483 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,329 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,482 (240,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
621,876 621,876 0000000000000000000f110e9b686c491446349a2088632f36b067fe764610de 1.25 MB 3,053 66
621,875 621,875 00000000000000000003aba68617e3246fb22ee697a446399d6053e1e9385636 1.24 MB 2,950 72
621,874 621,874 000000000000000000065543aa60eca82aa7402aa3e9ccad3360ef77efaf68d7 1.32 MB 2,093 67
621,873 621,873 00000000000000000009d6c99e322a7283538a7a2f6dc3ea2086ddb225264df8 1.29 MB 2,865 85
621,872 621,872 0000000000000000000caa8ac386b7973356f6abc7a01544ddbceb62a156aaef 1.27 MB 2,689 87
621,871 621,871 00000000000000000009e8a7244d9784a5d3714953df76dff5154b05f37bf537 1.24 MB 3,146 51
621,870 621,870 0000000000000000000e0dbf62b5bf37b65331c666459faa280b4faa94c428cd 1.21 MB 3,201 60
621,869 621,869 0000000000000000000528a6f3e6c706f1360fe6d35f3c0cedf384d3d179658b 1.18 MB 3,267 63
621,868 621,868 00000000000000000006f938574249e3f763a2a708a83a1a46da384c81b6d4a6 1.40 MB 2,904 69
621,867 621,867 0000000000000000000be689dc183b557b7bcd8ad0eda2fa5ec93159c708495c 1.18 MB 2,202 100
621,866 621,866 0000000000000000000e6e07345459493faf8875c0ad94486e2e2d5b98625b1e 1.27 MB 2,899 68
621,865 621,865 00000000000000000004afefe34f407ad55c686107ebf734c1f1e0054b625651 1.26 MB 2,011 66
621,864 621,864 0000000000000000000be9029f957a4cdbcbf64e8d13e96d9735cbae93a38142 1.29 MB 2,369 84
621,863 621,863 00000000000000000000b41e88eed7d41173100f355d9e308ece0237a0a78340 1.16 MB 1,611 70
621,862 621,862 00000000000000000005af7bf95e5438475e34db62345ca3fc087781287e223a 1.28 MB 2,506 69
621,861 621,861 000000000000000000015a081dfdaa55364e07d6e2795f108cabedc11c882e05 1.29 MB 2,773 88
621,860 621,860 00000000000000000008c49243c5125cf330b78e64bfec6dd62229d9de1c404c 1.26 MB 1,985 75
621,859 621,859 0000000000000000000275a8aaa54a4f4ea5079a1250741c0f384827f5ac9bbe 1.35 MB 2,360 75
621,858 621,858 0000000000000000000dace73b808665c813a5e63fc5f378a7e0f28e19e49e45 1.32 MB 3,044 70
621,857 621,857 00000000000000000000320ce3487360f83e24ca033dc0e6bb7a692549373c72 1.36 MB 2,420 71
621,856 621,856 00000000000000000000f723fbee1baaf00d4e49800ea0108e1a6266f0415187 1.24 MB 3,029 96
Previous 10 blocks ↓
Total Size: 685.09 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,371.03 GB sent, 105.93 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.