Memory Pool Memory Pool Refreshing

65,381 transactions
30.40 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,350 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,257 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,349 (16,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
852,703 852,703 00000000000000000002bb48bd8cb381e1ffe8c1217936c023f46dd90d2f1f60 1.66 MB 6,985 4
852,702 852,702 00000000000000000002e9349daedac2532900fcd4fa9c83b2d9b914bd414914 1.58 MB 6,999 4
852,701 852,701 000000000000000000014adee03f847f774128d12795e0cf8144c730701f7703 1.76 MB 3,165 4
852,700 852,700 0000000000000000000046371e5535cc62be4c4285c781aab297d8adcc922904 1.65 MB 2,756 7
852,699 852,699 000000000000000000014afe23df32c5be5075084c0ca4a1a104558ab71ee6a2 1.44 MB 2,419 9
852,698 852,698 00000000000000000002c1891e1a29ee7ea4b1127cf06b6e9e381c4d3e1a708e 1.67 MB 5,994 6
852,697 852,697 000000000000000000007ef68bcb549b0cf8c53ab7dd3e0b11c88dd33a05b1eb 1.63 MB 3,753 6
852,696 852,696 0000000000000000000380c90d78937b8988b042d4a143e40cd7cfdd08417b28 1.61 MB 3,398 9
852,695 852,695 000000000000000000021bd76808316f465db894f2ff1602a2a457b88c9416f7 1.74 MB 3,748 7
852,694 852,694 000000000000000000025a3a4b6378eb2e1622ea64d637a5a64bf74ef3b72335 1.44 MB 2,695 8
852,693 852,693 0000000000000000000380f7d1c429942e79e221355cc618af8ee9a28ab6d129 1.48 MB 2,965 9
852,692 852,692 000000000000000000024da761e4c92f1fdbc6f1cbec98e9716abf6a3d8bdabb 1.71 MB 3,542 11
852,691 852,691 0000000000000000000124ea283f74ecd5e6a3505f3a3a697e902243a78c6fb5 1.54 MB 2,834 13
852,690 852,690 00000000000000000001a1734667cf1ad3926c5a0638d969aa4d908d99ec2ccd 1.62 MB 4,619 8
852,689 852,689 0000000000000000000158ce1d5681636c43c59969202ea7569cc00532a0f443 1.66 MB 4,022 6
852,688 852,688 00000000000000000001accacfa6aee82fbbaedb293a1dc981bc157564dd80f5 1.58 MB 3,330 8
852,687 852,687 00000000000000000002858d2e27059fb77a0e668f1b2d3153926dec14672929 1.82 MB 3,407 4
852,686 852,686 00000000000000000001c179f2dcc2b353ccea033c60e0080b35a9ce0ecf9ffc 1.51 MB 3,170 11
852,685 852,685 000000000000000000036f02ff7a758ec6f8b8c285f36981d4910111ed362f59 1.67 MB 6,390 4
852,684 852,684 00000000000000000000830651a1ab0ac1f89c22bc12da4502f537020a363f76 1.65 MB 7,901 4
852,683 852,683 000000000000000000027f5dd157d1d858e524af33523c53e47e7dfb2a469980 1.69 MB 3,746 5
Previous 10 blocks ↓
Total Size: 698.24 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,070.94 GB sent, 199.14 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.