Memory Pool Memory Pool Refreshing

34,519 transactions
31.27 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,027 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,116 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,026 (818,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
44,475 44,475 00000000163af9c72fb4c1c994ae93d5791c95b61484b64c27c1be02b39e6dd1 0.00 MB 1 0
44,474 44,474 000000002378a3d0064ce9980f0fa8219a94e67d0889724167b09b30aa27982f 0.00 MB 1 0
44,473 44,473 00000000384c3f37a352e0605cf8fb6454944b890e83ac14e8f58b7c1a8d90e8 0.00 MB 1 0
44,472 44,472 0000000019ff370eed3759775e200ea91129fd5b205911ec6d51ca2e553cceef 0.00 MB 1 0
44,471 44,471 000000000230da0cfd8c6fd4464dac992c1915afde363b39fe8a77a62512ae60 0.00 MB 1 0
44,470 44,470 0000000029fffb3c61009f224c505013c6d590c539a79b46d8d31d5c32ef657a 0.00 MB 1 0
44,469 44,469 0000000009861aee0dda2b86157ea3d74ea6c1a03f9b89e772bc968865e46299 0.00 MB 1 0
44,468 44,468 000000003622040e8b42055042d436301b1942824cc67c3dd5a3a19bf944772f 0.00 MB 1 0
44,467 44,467 000000000d6414d62918dd524e9f909cc11249ba0bb2b3f03c2544f6cad96296 0.00 MB 1 0
44,466 44,466 00000000366c37909a2e514e7af71086e93ae31c867b8d37ebb38bc33fb417f9 0.00 MB 1 0
44,465 44,465 000000001a8f2283706f38fcb9383b66dfd8bdb2debecb65e81ef7fd196f2727 0.00 MB 1 0
44,464 44,464 0000000031d7c1f7b20ea20d5be043f4c89f740aac9f3774ea34e8770984cf85 0.00 MB 1 0
44,463 44,463 00000000229d7a7cfbfdf4d2f1d6d786680e720a522e0576a182d55ab2bd8325 0.00 MB 1 0
44,462 44,462 000000001cf02d8d43729669a0bb5e776d45daecdc2c95aa6728f7f582bdbeaa 0.00 MB 1 0
44,461 44,461 000000000275d4d915d99559f9ab486876303cf06c1764858a10418714a23638 0.00 MB 1 0
44,460 44,460 00000000279f962ea6ee94b88d28bd4dcf53b752a0658730555b4629bac40239 0.00 MB 1 0
44,459 44,459 0000000004996c5816984b63921b759944f8e2bbaccbc15f75975e0e4e60a8f0 0.00 MB 1 0
44,458 44,458 0000000012a06f7564d59896250c723204c003b19698c8f26f3b1d89f03048e2 0.00 MB 1 0
44,457 44,457 000000000e76ad2602406f83240b2f4651ad6beb96985bc2d9da9791442eb3a1 0.00 MB 1 0
44,456 44,456 0000000014002ddfa1299dd658b0f6022ff42347acba6c729018c741c9fb4333 0.00 MB 1 0
44,455 44,455 0000000012ae817281b42104a30b10f3d847928656c91c1ebb93491871e22b08 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 686.14 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,416.27 GB sent, 113.04 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.