Memory Pool Memory Pool Refreshing

36,173 transactions
23.06 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,591 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 5,007 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,590 (398,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
464,585 464,585 0000000000000000005f1ad5d82600a20ba0dc123406be0e2790e77a6c757dbf 1.00 MB 2,912 207
464,584 464,584 0000000000000000001ec2a1614e4a131e1d146257084a95307d6a033c5fd1cf 1.00 MB 1,959 169
464,583 464,583 00000000000000000212f7cf4bbe02acd0410521068cb0a91a3c9cb9dd74714e 1.00 MB 2,009 173
464,582 464,582 000000000000000000bb434abdfd5f51b2913746bf3b1326e0922217be21f982 1.00 MB 1,598 139
464,581 464,581 00000000000000000192a3b415f66237aea9afa288936d338f9785d37d982400 1.00 MB 1,708 152
464,580 464,580 00000000000000000147bae872f3f3139b0f1f5eaa3a27eb07da30c1cebca9e0 1.00 MB 2,597 195
464,579 464,579 0000000000000000008a6b9ece2b6938fe73653e71137c638bb6653b0112c034 1.00 MB 1,701 159
464,578 464,578 00000000000000000145ee655d4da67edcaa3fde3a96ef4da871136c11c116ed 1.00 MB 2,434 248
464,577 464,577 00000000000000000051f19800b396c679e9eaee45ddd64aff28509c8eaedb64 1.00 MB 1,060 130
464,576 464,576 0000000000000000006c0468b9b28c66a4373c8b377d4435da0b86c7feade064 1.00 MB 1,554 194
464,575 464,575 0000000000000000004f68649e7d37c46c887a5e3f748bbfc2d3db9cb908b3a0 1.00 MB 2,840 160
464,574 464,574 000000000000000000be6f0d20af617f294b8956054f673b8236ef6cbfbca83f 1.00 MB 2,314 125
464,573 464,573 00000000000000000099619ab5b8b83d00586b04fe94fb682dad4356cac81bc3 1.00 MB 2,485 177
464,572 464,572 0000000000000000011279306e5b15b10aa12fd365bcac0f1dda24519515506f 1.00 MB 1,908 157
464,571 464,571 00000000000000000011a4af84620d2f59a58e4111337531d4672771b4d15630 1.00 MB 2,322 237
464,570 464,570 0000000000000000018df1d6acca67a899f274823d39795f038220ada728524f 1.00 MB 1,473 147
464,569 464,569 000000000000000000fb34486812312431a62ccf77fcbd3cfea53301ac3a0189 1.00 MB 2,322 192
464,568 464,568 0000000000000000002b2dae4c53f9633785c42880cf7034d8b5b2fe249b77d9 1.00 MB 2,861 234
464,567 464,567 00000000000000000063904fc6f3d887f1b18418328e9661f031fedab3adc323 1.00 MB 2,260 166
464,566 464,566 000000000000000001f40ad267ebf9301cd8e0ad94913289a8236ff7a53a9c1e 1.00 MB 2,928 193
464,565 464,565 000000000000000001c67704cdff1a6fb40ae5483a985c941cb203f24d344bd5 1.00 MB 3,099 312
Previous 10 blocks ↓
Total Size: 685.29 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,376.58 GB sent, 107.58 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.