Memory Pool Memory Pool Refreshing

106,180 transactions
29.19 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,592 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,774 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,591 (588,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,740 256,740 0000000000000029e394bfe60358ec7c18a802630f4a8322cf40abb28ee04f07 0.08 MB 214 173
256,739 256,739 000000000000002c5a00603d15ced254dc474c2fdc5ab05e1a8b466cedf6fcbf 0.13 MB 295 100
256,738 256,738 00000000000000089c908cd7de665dcfdd878c2352aa8ab1d69b4dd987aa1529 0.27 MB 509 89
256,737 256,737 000000000000000bd8b6df8ce2152465284567a99bfa276c7a4baccc22fb9604 0.25 MB 687 133
256,736 256,736 000000000000000c21cc44e63ed8101b9ed4ff16dc6785a4fbb6f6a4c73a9002 0.01 MB 11 41
256,735 256,735 0000000000000027585a56301c6f71a5ca226d26ed40db35014c90b6d35fe637 0.13 MB 326 135
256,734 256,734 000000000000001ef298736cfde1ebb7bdf847e6972499bf6e0440df691e0b0d 0.06 MB 39 39
256,733 256,733 00000000000000096b63d0337235323908f3ba49610366afe55dbc7cfdc2289e 0.07 MB 164 105
256,732 256,732 0000000000000021b93c9e1bb8b35eb68601f2769eb778969bdde6f91907dac8 0.08 MB 200 121
256,731 256,731 000000000000002cbfb85fe6b46187ea34dcc30fa9ef57657812d4354de8adc0 0.12 MB 299 130
256,730 256,730 000000000000002b019d0da16a6c6eb401b10179ea4c0bfd4587de87eb3e95de 0.25 MB 502 101
256,729 256,729 000000000000001aa9e6a7a63e6e88ed769e56a5e5725a3af01b4bc47d57aa0e 0.13 MB 366 156
256,728 256,728 000000000000001a5efa926ac6f0a4676a575a6557dae5b11ba650918ee843fb 0.19 MB 495 107
256,727 256,727 000000000000000371750dae688702eca287606d92845f1046067e7ef21a9798 0.10 MB 247 104
256,726 256,726 0000000000000020d9ae7004831048bccb470b443b060bd2e684928804149301 0.07 MB 178 96
256,725 256,725 000000000000002798a756fec605ee93f33d3666df46d37fc6dcc45ef5ee412c 0.19 MB 514 113
256,724 256,724 000000000000000d32e1ae53307c5d922040abc0376d6e7e0b3b9c49b6836f9e 0.02 MB 57 81
256,723 256,723 0000000000000012363824562ab776ffd6569b0feaaa974bf156b17b4fc548ba 0.09 MB 209 102
256,722 256,722 000000000000000d4f2a39058af4cd75d14a581dcb25d4e55428a0628d94c354 0.12 MB 356 118
256,721 256,721 000000000000001e59e5346bb2e5948ae211dcaf7b7106f04884fff1a6b4511b 0.08 MB 232 91
256,720 256,720 00000000000000238ecb253183db32e078288ee10f61e76c34cc7fcd267bf29b 0.05 MB 140 100
Previous 10 blocks ↓
Total Size: 653.50 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,315.55 GB sent, 82.04 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.