Memory Pool Memory Pool Refreshing

46,891 transactions
18.84 vMB
Show Random Selection Loading Transactions
Max Size: 121/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,972 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,971 (46,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,573 824,573 00000000000000000000eeb95103085d79a944d79dd5d751dd619187edf5ea93 2.13 MB 2,664 72
824,572 824,572 00000000000000000003859f2d86a339b13e462e3029706873ad2df6d29bcfee 1.66 MB 2,245 49
824,571 824,571 0000000000000000000125a9244bd8005087ba10b7c17cb3bbcc85aa5668b529 1.98 MB 3,115 67
824,570 824,570 00000000000000000003975ec29c27f70588e18d0cdc990d69f8c44fe900e937 2.62 MB 1,538 53
824,569 824,569 000000000000000000014f61fb4da10b4877b17f2bf3ad8b49573e5b82bc0bf4 2.62 MB 1,730 44
824,568 824,568 000000000000000000009a2af735e438b41761fd6d20bff502ef25f12fac8de2 3.08 MB 1,807 55
824,567 824,567 00000000000000000002f01add343e93a6db2bb64024dbb15eb742cea631b6f0 2.55 MB 2,196 69
824,566 824,566 00000000000000000000f03fc531c19a9f2390188564c190090e00458f2d17de 1.61 MB 3,396 67
824,565 824,565 00000000000000000000632d96b15ea542f50b14dd742f2ebf65371613dd9e7a 1.71 MB 3,822 53
824,564 824,564 000000000000000000033812ef9ffc2dc316d8300222e75356bc7e9be51880f4 1.54 MB 2,314 39
824,563 824,563 000000000000000000027a9a989bdf923f46a05de8ef4b0db18d97d3243d7891 1.80 MB 1,954 81
824,562 824,562 00000000000000000003b80fb8997592ee6fadc9298d0edc275550feb44565f3 1.78 MB 2,985 77
824,561 824,561 0000000000000000000372986810ec52fa480a1e0842c4f6086b743e33e3554f 1.84 MB 2,276 51
824,560 824,560 00000000000000000003d70576711e655aaa5b7174772f2bb7d3d194884f3c4b 1.84 MB 697 47
824,559 824,559 00000000000000000000969624a662322f84b8508706ed6daab7d66f51f4b4c9 1.80 MB 1,762 58
824,558 824,558 000000000000000000039170604578c3a6bf0f4c4f750a703b2d6e25d588f93c 2.47 MB 1,963 60
824,557 824,557 000000000000000000004b8fd8e8b2c1c1ffd0773dfe3b041b31041fdb5c5505 1.74 MB 2,482 73
824,556 824,556 0000000000000000000326a4e9e14aaa03f60bd05c4f315e23f719d7d93a62e0 1.83 MB 3,528 66
824,555 824,555 0000000000000000000215ef73e43bdc1c4beed3fca5228a93f92e803ce93bf1 1.86 MB 3,692 66
824,554 824,554 000000000000000000015053d4ef12dce3fac32a6c7e27f87971bf114726bb46 1.95 MB 3,208 53
824,553 824,553 0000000000000000000194b2d0f3b7760d06242fb002e07c3b4cc146eee56c41 2.07 MB 2,323 63
Previous 10 blocks ↓
Total Size: 701.30 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,404.42 GB sent, 219.26 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.